template< typename... Signatures> struct channel_traits
Name |
Description |
---|---|
Determine the container for the specified elements. |
|
Rebind the traits to a new set of signatures. |
|
The signature of a channel cancellation notification. |
|
The signature of a channel closed notification. |
Name |
Description |
---|---|
invoke_receive_cancelled [static] |
Invoke the specified handler with a cancellation notification. |
invoke_receive_closed [static] |
Invoke the specified handler with a closed notification. |
Header: asio/experimental/channel_traits.hpp
Convenience header: None