util.promise: Export is_promise()
authorMatthew Wild <mwild1@gmail.com>
Thu, 25 Oct 2018 14:19:27 +0100
changeset 9551 a83afc22e9d7
parent 9550 a06419532efb
child 9552 800c274928bf
util.promise: Export is_promise()
util/promise.lua
--- a/util/promise.lua	Thu Oct 25 14:17:32 2018 +0100
+++ b/util/promise.lua	Thu Oct 25 14:19:27 2018 +0100
@@ -147,4 +147,5 @@
 	all = all;
 	race = race;
 	try = try;
+	is_promise = is_promise;
 }