Erlang-style light-weight processes in .NET
Posted
by alexey
on Stack Overflow
See other posts from Stack Overflow
or by alexey
Published on 2010-04-12T08:40:19Z
Indexed on
2010/04/12
8:43 UTC
Read the original article
Hit count: 385
Is there any way to implement Erlang-style light-weight processes in .NET?
I found some projects that implement Erlang messaging model (actors model). For example, Axum. But I found nothing about light-weight processes implementation. I mean multiple processes that run in a context of a single OS-thread or OS-process.
© Stack Overflow or respective owner