Skip to content

⚠️📢 An observable-like experiment I made to learn async iterators

License

Notifications You must be signed in to change notification settings

evelynhathaway/async-iterator-channel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Async Iterator Channel

status: experimental license

An experiment I made to learn async iterators added in Node.js v10.0.0. It allows an implementer to create a channel consumers can subscribe to (like observables or events) and use for await syntax instead of callbacks.

Given that there are existing mature APIs and libraries that fit this use case, don't use this in your codebase. Instead, take a look at:

About

⚠️📢 An observable-like experiment I made to learn async iterators

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published