Skip to content

Allow tasks to return values #463

@eholk

Description

@eholk

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions