Takes a message and outputs it asynchronously.
Declaring type: Asynchronizer<T>
Namespace: Zyan.Communication.Toolbox
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public void In (
        T message
) 
Parameters
message
The message to process.