Futures - Wait for Future (Effect) — SkCheese
Addon: SkCheese · Category: Effect · Since: 1.2
Syntax
wait for [future] %future% and store the result in %-~object%Description
Waits for a future until it is completed or it timeouts.
Examples
wait for {_future} and store the result in {_result}