Std.Concurrent.Future.start
1 declaration
fn
start: fn() -> T -> Result[Std.Concurrent.Future.Future[T], Std.Concurrent.ConcurrentError]Run an action on a thread and answer the future of its value.
1 declaration
start: fn() -> T -> Result[Std.Concurrent.Future.Future[T], Std.Concurrent.ConcurrentError]Run an action on a thread and answer the future of its value.