Make AvailableTask public, deduplicate

This commit is contained in:
Dániel Buga
2023-08-21 13:55:30 +02:00
parent 96e0ace89e
commit 0a73c84df0
3 changed files with 70 additions and 54 deletions

View File

@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
- Replaced Pender. Implementations now must define an extern function called `__pender`.
- Made `raw::AvailableTask` public
- Made `SpawnToken::new_failed` public
## 0.2.1 - 2023-08-10