Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 201 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 201 Bytes

MCAST is a C++ concurrency library based on the Actor model.

Features

  • Writing concurrent(multithreaded) C++ programs
  • Coroutine for each serivce(Actor)
  • Supporting network(TCP)
  • Supporting RPC