Provides tools for managing asynchronous concurrent operations in JavaScript. Task
models asynchronous operations with automatic resource management, whereas Future
is a simpler alternative to Promise
.
This API is still experimental, so it may change or be removed in future versions. You should not rely on it for production applications.
Provides tools for managing asynchronous concurrent operations in JavaScript. Task
models asynchronous operations with automatic resource management, whereas Future
is a simpler alternative to Promise
.
{
future: require('./future'),
task: require('./task')
}