Wire Sysio Wire Sysion 1.0.0
|
#include <channel.hpp>
Public Types | |
using | channel_type = channel<Data, DispatchPolicy> |
using | tag_type = Tag |
Tag | - API specific discriminator used to distinguish between otherwise identical data types |
Data | - the typ of the Data the channel carries |
DispatchPolicy | - The dispatch policy to use for this channel (defaults to drop_exceptions) |
Definition at line 183 of file channel.hpp.
using appbase::channel_decl< Tag, Data, DispatchPolicy >::channel_type = channel<Data, DispatchPolicy> |
Definition at line 184 of file channel.hpp.
using appbase::channel_decl< Tag, Data, DispatchPolicy >::tag_type = Tag |
Definition at line 185 of file channel.hpp.