takeaway 0.1.4

An efficient work-stealing task queue with prioritization and batching.
Documentation
# Changelog

## [Unreleased]

## [0.1.4] -- 2026-05-12

### Fixed

- Fixed a bug where a enqueueing a task would not wake up the worker, because
  the worker never set the enqueuer's waker slot.

## [0.1.3] -- 2026-04-08

### Fixed

- Fixed the broken documentation on <https://docs.rs>.

## [0.1.2] -- 2026-04-04

### Improved

- Reduced the number of tasks that get sorted at every refresh, improving
  performance.

### Fixed

- Fixed a race condition around thread waking and sleeping.

## [0.1.1] --- 2026-04-04

### Fixed

- Fixed compilation failures with `--no-default-features` (i.e. `no_std`).
- Fixed a race condition causing spurious shutdowns in one-shot mode.

## [0.1.0] --- 2025-08-09

Initial release.

[Unreleased]: https://codeberg.org/bal-e/takeaway
[0.1.4]: https://codeberg.org/bal-e/takeaway/src/tag/v0.1.4
[0.1.3]: https://codeberg.org/bal-e/takeaway/src/tag/v0.1.3
[0.1.2]: https://codeberg.org/bal-e/takeaway/src/tag/v0.1.2
[0.1.1]: https://codeberg.org/bal-e/takeaway/src/tag/v0.1.1
[0.1.0]: https://codeberg.org/bal-e/takeaway/src/tag/v0.1.0