-
Notifications
You must be signed in to change notification settings - Fork 10
Support AGen specification for asynchronous generators #9
Copy link
Copy link
Open
Description
To generate discussion, feedback and achieve interoperability:
You know the details, but for anyone else coming here...
@Raynos and I put together the AGen specification with your feedback for asynchronous generators, generators + asynchrony (e.g., promises, continuables, etc...) which we're using in our own libraries (gens) to create a cohesive specification for asynchronous generator interoperability.
Some highlights:
- Asynchrony agnostic: implementor/user could support promises, thunks, or something new and exotic, but must support yielding on generator objects.
- Support for serial (vanilla
yield) or parallel (yield [...]) execution. - Separation of Errors and Exceptions
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels