Flow-control Packages

run-async

Utility method to run function either synchronously or asynchronously using the common `this.async()` style.

3.0.0 • Published 12 months ago

padlock

Padlock works to prevent unexpected code execution when dealing with asynchronous callbacks without blocking. Call a function with lock to execute it as soon as a lock can be attained, and unlock it at all of your possible callback end-points. Use the sam

1.1.2 • Published 13 years ago