bimap-rs icon indicating copy to clipboard operation
bimap-rs copied to clipboard

Iter not Send + Sync

Open ede1998 opened this issue 1 year ago • 0 comments

I just stumbled over this issue: The Iter type created by into_iter() etc. is not Send/Sync which makes it hard to use with async code.

I think it should be sound to mark the type as Send and Sync with the same reasoning would be as in #1.

ede1998 avatar Sep 07 '24 17:09 ede1998