smol-rs / event-listener

Notify async tasks or threads
Apache License 2.0
449 stars 30 forks source link

StackSlot should be send #119

Closed mattklein123 closed 9 months ago

mattklein123 commented 9 months ago

Fixes https://github.com/smol-rs/event-listener/issues/118

mattklein123 commented 9 months ago

IMO it would be good to add a test that uses tokio and actually exercises this for real in that context. I can add one if you like.