ThreadService: entity which process Runnable (Runnable may be events, network connections, etc) Typical usage pattern: 1.
ThreadService: entity which process Runnable (Runnable may be events, network connections, etc) Typical usage pattern: 1. Generator generates Runnable 2. this Runnables are passed to ThreadServices, with help of call ThreadService::process 3. ThreadService process this runnable, asynchronicly or synchronisly.ThreadService can be in active or inactive state. When it in active state, it can process requests. When in inactive - can't.
Alphabetic index HTML hierarchy of classes or Java