threadAsync

Evaluate value in a new thread. The promise is resolved in the current (calling) thread.

Promise!(T, E)
threadAsync
(
T
E = Exception
)
(
lazy T value
)

Meta