Sequentially is a library of temporal and frequency adverbs for JavaScript. It provides methods to queue a function for deferred or periodic execution, and to throttle the rate or number of times that a function can be called. You could think of it as a kind of memoization, where instead of caching the result it modifies when and whether a function is called.
This is a preview release. I'll probably change the API as I experiment with how best to use this in my own programs.
API Documentation (source)Documentation failed to load.
|
Examples (source)Examples failed to load.
|