摘要:
An async function can contain an await expression that pauses the execution of the async function and waits for the passed Promise's resolution, and t 阅读全文
posted @ 2019-07-18 14:27
zzfx
阅读(940)
评论(0)
推荐(0)
摘要:
futureHandler = current(handler, context(t0)) : T0 -> handler(context(t0),taskResult) : Tx T0:request(params, handler, context(0)); Tn:hander(response 阅读全文
posted @ 2019-07-18 11:34
zzfx
阅读(164)
评论(0)
推荐(0)