iterum
co
iterum | co | |
---|---|---|
- | 4 | |
29 | 11,873 | |
- | - | |
0.0 | 0.0 | |
about 7 years ago | almost 4 years ago | |
JavaScript | JavaScript | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
iterum
We haven't tracked posts mentioning iterum yet.
Tracking mentions began in Dec 2020.
co
-
Unlocking the Power of JavaScript Generators: Master Asynchronous Programming with Ease
Leverage Libraries: Libraries like co can help manage generators and asynchronous code, providing a more streamlined experience.
- Main-Thread-Scheduling
-
What's another way to write "for await" that is es6 compatible?
Given that the semantics of async functions are quite similar to generator functions, you can use a library the uses the latter to emulate the former – e.g.: https://github.com/tj/co
-
Promises: async/await vs .then(), how we got here and why I use both
Then after a while, we resorted to generator functions and cogenerators, which made async code feel like its synchronous, at the cost of wrapping it in a generator function, yielding every line and introducing a cogenerator library (for example co) to deal with unwrapping the promises like the following example, where we could just yield a promise whenever we encounter it and pretend that the yield does not exist on that line of code.
What are some alternatives?
async - Async utilities for node and the browser
bluebird-co - A set of high performance yield handlers for Bluebird coroutines
zen-observable - An Implementation of Observables for Javascript
suspend - Callback-free control flow for Node using ES6 generators.
zone - Flow control and error handling for Node.js
promise-breaker - Helps you write libraries that accept both promises and callbacks.
promise-memoize - Memoize promise-returning functions. Includes cache expire and prefetch.
Simple-Series-Parallel - A minimalist utility module for running async functions in series or parallel
each-async - Async concurrent iterator (async forEach)
cpsfy - 🚀 Tiny goodies for Continuation-Passing-Style functions, fully tested
observable-to-promise - Awesome Observable related stuff - An Observable is a collection that arrives over time.
matchbook-ts - pattern matching in javascript & typescript made easy