event-listener/tests
John Nunley 0235e55a0f
Replace the linked list with a safer and less allocation-heavy alternative (#38)
* Use slab to avoid unsafe code

* Move send+sync impls down to Mutex

* Code review

* Unwrap the key earlier

* Reduce the scope of one of the unsafe blocks.
2022-11-21 08:42:27 -08:00
..
notify.rs Replace the linked list with a safer and less allocation-heavy alternative (#38) 2022-11-21 08:42:27 -08:00
queue.rs Implement an algorithm to make this crate no_std, take 3 (#34) 2022-11-11 07:53:43 -08:00