You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now tasks are all void. If we could return values from tasks, it would make the "go do this asynchronously and get back to me" pattern a lot easier. It would require changes to the type system though (task becomes task[T]), but most of the plumbing is in place to return a value from a task.