Release 1.4.0
- Fix issue with resizing strategies not being thread-safe
- Simplify resizing strategies
- Several performance improvements
- Add
TrySubmit(task func()) bool
method to allow submitting a task in a non-blocking manner - Enhance benchmarks to simulate more workload scenarios and different types of tasks (sync/async)