log util/promise.lua @ 9533:00a8e627854e

age author description
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