Equivalent of Akka but for .NET (Concurrency Framework)

前端 未结 2 972
-上瘾入骨i
-上瘾入骨i 2021-02-20 12:51

Is there something equivalent of Akka but for .NET?

http://doc.akka.io/use-cases

2条回答
  •  面向向阳花
    2021-02-20 13:27

    This is an (/my) ongoing port of Akka actors for .NET [EDIT] The project have evolved into a direct port of real Akka: https://github.com/akkadotnet

    It is in large a class by class, line by line port.

提交回复
热议问题