fix readme

This commit is contained in:
chatlanin 2022-04-15 11:31:58 +03:00
parent 49852dcac0
commit e4b845bd10

View File

@ -12,3 +12,5 @@
- There have a simple actor interface. Clients send a message to an actor in two ways: actor.send if they dont expect a response, or actor.expect if a response is required.
- Actor systems are instantiated with a thread pool onto which work dispatched.
- Actor systems are instantiated with a scheduler which handle the dispatching of tasks onto the thread pool in a fair manner.
**FOR EXAMPLE SEE FOLDER bin/main.cpp**