Skip to content

RFC 2: Async #22

Description

@kjnilsson

All IO in erlang is "async" (non blocking) so for that kind of code async can effectively be erased.

In the case of Async.Start* we could potentially compile these to spawn new processes to provide parallelism. It would require careful design but may be worthwhile.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions