so 5.8 docs - Stiffstream/sobjectizer GitHub Wiki
SObjectizer-5.8 Documentation
This page contains documentation for SObjectizer v.5.8
Obtaining And Building
The actual information about obtaining and building SObjectizer can be found in README.md. Please look to that file for detailed information.
What's New?
v.5.8.3, v.5.8.2, v.5.8.1, v.5.8.0
Tutorials
- SObjectizer-5.8 Basics
- Let's look under the SObjectizer's hood
- Writing own tricky thread-pool dispatcher
ByExample serie:
- Minimal Ping-Pong
- Periodic Hello World
- Change State
- Subscriptions
- Cooperation Notifications
- Coop User Resources
- Many Timers
- Exception Reaction
- Custom Error Logger
- Custom Exception Logger
- Delivery Filters
- Redirect And Transform
- Queue Size Stats
- Machine Control
- Work Stealing
- News Board
- Producer Consumer MChain
In-Depth serie:
- Agent States
- Agents Priorities
- Cooperations Of Agents
- Custom Direct Mbox
- Custom Worker Threads
- Deadletter Handlers
- Dispatchers
- Enveloped Messages
- Environment Infrastructures
- Event Queue Hooks
- Exceptions
- Locks Factory
- Message Chains
- Message Delivery Filters
- Message Delivery Tracing
- Message Holder
- Message Limits
- Message Sinks
- Messages Of Arbitrary Types
- Mutable Messages
- Optional Agent Name
- Run-Time Monitoring
- Send Functions
- Stop Guards
- Subscription Storage
- Synchronous Mode For wrapped_env_t Constructor
- Timers
- Unique Subscribers Mbox
Experimental feature(s):
Some howtos...
API Reference Manual
If you need an API Reference Manual then you can build it by yourself using the Doxygen tool:
git clone https://github.com/Stiffstream/sobjectizer
cd sobjectizer/doxygen
doxygen
cd ../dev/doc/html
index.html
Or you can find an already generated documentation here.