I am looking for a simple .NET library that implements a concept of async message passing similar to Erlang OTP platform. So far, I have only found RetLang to be somewhat similar, but
- It seems to be abandoned, and
- It only supports message passing within one process.