asyncWork

Undocumented in source. Be warned that the author may not have intended to support it.
@safe
Future!(ReturnType!CALLABLE)
asyncWork
(
CALLABLE
ARGS...
)
(
CALLABLE callable
,
ARGS args
)
if (
is(typeof(callable(args)) == ReturnType!CALLABLE) &&
&&
)

Meta