| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-12-05 | Stabilize noop_waker | Eric Holk | -1/+0 | |
| Co-authored-by: zachs18 <8355914+zachs18@users.noreply.github.com> | ||||
| 2024-01-17 | Remove unnecessary `let`s and borrowing from `Waker::noop()` usage. | Kevin Reid | -4/+2 | |
| `Waker::noop()` now returns a `&'static Waker` reference, so it can be passed directly to `Context` creation with no temporary lifetime issue. | ||||
| 2023-12-11 | use Waker::noop instead of defining our own Waker | Ralf Jung | -15/+3 | |
| 2023-03-16 | TB: select tests to run both TB and SB | Neven Villani | -0/+137 | |
