- Update to events-listener 4.0
- Update to async-io 2.0
- Update blocking dependency
- Switch back to edition 2021 and MSRV 1.59, dropping num-cups dependency
- Revert back to edition 2018 and MSRV 1.49
- Switch from async-mutex to async-lock
- Switch from num-cpus to Use
std::thread::available_parallelism
- Update MSRV to 1.59
- Update to edition 2021
- Return concrete type Task from
spawn_blocking
- Documentation updates
- Documentation updates
- fix build without default features
- add tokio 1.0 integration
- rework configuration
- add a way to update the number of threads at runtime within configured bounds
- switch to multi threaded tokio schedulers when enabled
- Drop an Arc
- switch back to manual implementation for tokio02 integration
- add tokio03 integration
- use async-compat for tokio02 integration
- tokio02 fix
- Add tokio02 feature
- Update
async-executor
.
- Update async-executor
- Do not run global tasks in
block_on()
- Update dependencies
- Update dependencies
- Make async-io support optional
- Change license to MIT or Apache-2.0
- Reexport
async_executor::Task
- Make sure we spawn at least one thread
- Rename
run
toblock_on
and drop'static
requirement - Add
GlobalExecutorConfig::with_thread_name
- Add init functions
run
: do not requireFuture
to beSend
- Adjust dependencies
- Fix the number of spawned threads
- Initial release