bikeshedder / deadpool

Dead simple pool implementation for rust with async-await
Apache License 2.0
1.08k stars 137 forks source link

fix: race condition in SyncWrapper #326

Closed maan2003 closed 5 months ago

maan2003 commented 6 months ago

fixes #325

slightly changes the drop logic for object, it is dropped by the call holding the arc reference (drop or interact)

note: changes public api