log util/promise.lua @ 9548:a83afc22e9d7

age author description
Thu, 25 Oct 2018 14:19:27 +0100 Matthew Wild util.promise: Export is_promise()
Thu, 25 Oct 2018 14:16:14 +0100 Matthew Wild util.promise: Remove debug print and assert
Thu, 18 Oct 2018 18:03:31 +0100 Matthew Wild util.promise: Add promise.try()
Thu, 18 Oct 2018 13:33:19 +0200 Kim Alvefur util.promise: Add a string representation
Thu, 18 Oct 2018 12:13:17 +0100 Matthew Wild util.promise: Add promise:finally()
Thu, 18 Oct 2018 12:12:52 +0100 Matthew Wild util.promise: Some code relocation
Thu, 18 Oct 2018 12:11:50 +0100 Matthew Wild util.promise: Also support automatic resolution by returning a promise from an on_reject handler
Thu, 18 Oct 2018 12:03:33 +0100 Matthew Wild util.promise: Fix promise.reject() to return a rejected promise, and fix buggy test for it
Wed, 10 Oct 2018 17:45:19 +0100 Matthew Wild util.promise: ES6-like API for promises