Looking at Erlang's actors, Go's goroutines, Boost coroutines, Protothreads and other implementations of cooperative concurrency, I was wondering what has been done in this direction in ATS. What I found so far is only https://bluishcoder.co.nz/2012/07/19/lightweight-tasks-library-for-ats.html. Since this uses ucontext it is not as light-weight as I was imagining. I would assume that this task library could be modified to use sigsetjmp/siglongjmp.
What experiences have others made or what approaches have others pursued? -- 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/20a48485-bbdf-47c1-8284-96190488fa0c%40googlegroups.com.