You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat(blocking): implement Drop trait for BlockingWrapper to ensure proper resource cleanup
* remove a drop
* rm white
* add blocking test
* fix(blocking): restrict Drop implementation for BlockingWrapper to specific trait bounds
* try drop in async
* Option<I>
* fix(blocking): change Drop implementation to use block_on for inner cleanup
* fix(blocking): relax trait bounds for Drop implementation in BlockingWrapper
* test(blocking): add test_check to the blocking trials
0 commit comments