Hi all,

I've extracted some ipc code from a larger codebase.

https://github.com/ajknapp/ats-nanomq

It's basically a bunch of SPSC ring buffers in shared memory, and is ported 
from a C++ library

https://github.com/rigtorp/nanomq

Fair warning: there aren't many scenarios where this design is a good idea, 
and the code also uses a few more unsafe things than I think would be 
necessary if I knew ATS better (e.g. the head pointer).

-- 
You received this message because you are subscribed to the Google Groups 
"ats-lang-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ats-lang-users+unsubscr...@googlegroups.com.
To post to this group, send email to ats-lang-users@googlegroups.com.
Visit this group at https://groups.google.com/group/ats-lang-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ats-lang-users/68d837ee-dd85-4f25-b24b-016904922bd4%40googlegroups.com.

Reply via email to