Jsasb actor follows message-passing model. There are two kind of messages: event and request. An event is an async-message that is the primary message in the Jsasb. While a request is a sync-message that is a supplement to events for easy design and efficiency in some situations.
For this purpose, I designed a flexible thread pool to deliver asyc-messages. The JDK (or say Doug's)...