Hi Andrew, Great to see some C-style ATS code in the wild. Definitelly following this development!
Make C great again. :-) 2018-04-09 11:11 GMT+06:00 Andrew Knapp <[email protected]>: > 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 [email protected]. > To post to this group, send email to [email protected]. > 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 > <https://groups.google.com/d/msgid/ats-lang-users/68d837ee-dd85-4f25-b24b-016904922bd4%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- Cheers, Artyom Shalkhakov -- 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 [email protected]. To post to this group, send email to [email protected]. 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/CAKO6%3DqiMDs8ZEvydSJRzw7NjocOZ4r9Uk_nSQwMgxUzZp6zMOg%40mail.gmail.com.
