[This is preliminary documentation and is subject to change.]
Facilititates execution of asynchronous client calls and their corresponding callback functions.
This class introduces callback execution latency and is handy for cases where eventual event flow need to execute regardless of timing.
The latency depends on other callback implementation as the reactor services all calls from a single thread
Inheritance Hierarchy

NFX.Glue CallReactor
Namespace: NFX.Glue
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
See Also