OmniThreadLibrary 3.04b:

OmniThreadLibrary 3.04b:

- Implemented TOmniSingleThreadUseChecker, a record which checks that the owner is only used from one thread. 
- TOmniCommunicationEndpoint.ReceiveWait and .SendWait are now fully thread-safe and support multiple consumers (former) and multiple producers (latter).
- Reimplemented support for TWaitFor in the TOmniTaskControl which was removed from the code in 3.04a by mistake.

The book update:

- Documented TOmniValue.
- Documented TWaitFor.
- Documented TOmniLockManager.
- Documented TOmniSingleThreadUseChecker.
- Adapted Communication Subsystem documentation.

Comments