Wire Sysio Wire Sysion 1.0.0
|
#include <channel.hpp>
Public Types | |
using | result_type = void |
Public Member Functions | |
drop_exceptions ()=default | |
template<typename InputIterator > | |
result_type | operator() (InputIterator first, InputIterator last) |
A basic DispatchPolicy that will catch and drop any exceptions thrown during the dispatch of messages on a channel
Definition at line 19 of file channel.hpp.
using appbase::drop_exceptions::result_type = void |
Definition at line 21 of file channel.hpp.
|
default |
|
inline |
Definition at line 24 of file channel.hpp.