Changeset

9548:a83afc22e9d7

util.promise: Export is_promise()
author Matthew Wild <mwild1@gmail.com>
date Thu, 25 Oct 2018 14:19:27 +0100
parents 9547:a06419532efb
children 9549:800c274928bf
files util/promise.lua
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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;
 }