Equivalent of Akka but for .NET (Concurrency Framework)

前端 未结 2 970
-上瘾入骨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.

    0 讨论(0)
  • 2021-02-20 13:36

    You may take a look at https://github.com/phatboyg/Stact It falls into the 'something equivalent' category.

    0 讨论(0)
提交回复
热议问题