atomic-waker 1.1.2

A synchronization primitive for task wakeup
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Version 1.1.2

- Add `smol-rs` logo to docs. (#16)

# Version 1.1.1

- Use `will_wake()` to avoid unnecessary cloning. (#12)

# Version 1.1.0

- Support `no_std` platforms. (#7)
- Support `portable-atomic` crate. (#7)

# Version 1.0.0

- Initial version