diff --git a/README.md b/README.md index f7d2c96..4e921f4 100644 --- a/README.md +++ b/README.md @@ -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**