Std.Concurrent.Future.waitUntil
1 declaration
fn
waitUntil: &Std.Concurrent.Future.Future[T] -> &Std.Concurrent.Cancel.Token -> Result[Option[T], Std.Concurrent.ConcurrentError]Wait until the future settles or the token fires; None for the token.
1 declaration
waitUntil: &Std.Concurrent.Future.Future[T] -> &Std.Concurrent.Cancel.Token -> Result[Option[T], Std.Concurrent.ConcurrentError]Wait until the future settles or the token fires; None for the token.