From e4b845bd10321b397392b001dba7aa3dc511693e Mon Sep 17 00:00:00 2001 From: chatlanin Date: Fri, 15 Apr 2022 11:31:58 +0300 Subject: [PATCH] fix readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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**