Remove unsafe implementation of Send
and Sync
for FixedFifo
#46
Labels
enhancement
New feature or request
Send
and Sync
for FixedFifo
#46
It should be safe as long as
T
is safe and there should be a way to do this without using unsafe code.The text was updated successfully, but these errors were encountered: