issues
search
joe-noel-dev
/
rawdio
MIT License
9
stars
1
forks
source link
Swap use of `lockfree`
#97
Closed
joe-noel-dev
closed
1 year ago
joe-noel-dev
commented
1 year ago
lockfree
allocates in
send
and deallocates in
recv
Maybe use something like
ringbuf
instead
joe-noel-dev
commented
1 year ago
98
lockfree
allocates insend
and deallocates inrecv