Dario Nieuwenhuis ea5f2c71e0 sync/signal: wake old waker on overflow instead of panicking.
This makes behavior consistent with `WakerRegistration`. It allows canceling `wait`
in one task and then calling `wait` in another. If two tasks are `wait`ing
concurrently the signal will be received by only one of them, randomly.
2022-09-12 12:05:58 +02:00
..
2022-08-22 22:18:13 +02:00
2022-08-22 22:18:13 +02:00
2022-08-23 13:54:40 +02:00