smol-rs / event-listener

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

Mark StackSlot as Sync #121

Closed notgull closed 9 months ago

notgull commented 9 months ago

Since it has no interior mutability it should be safe to share between threads.