fix readme
This commit is contained in:
parent
49852dcac0
commit
e4b845bd10
@ -12,3 +12,5 @@
|
||||
- There have a simple actor interface. Clients send a message to an actor in two ways: actor.send if they don’t 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**
|
||||
|
Loading…
Reference in New Issue
Block a user