Wire Sysio Wire Sysion 1.0.0
|
#include <channel.hpp>
Public Member Functions | |
~handle () | |
void | unsubscribe () |
handle ()=default | |
handle (handle &&)=default | |
handle & | operator= (handle &&rhs)=default |
handle (const handle &)=delete | |
handle & | operator= (const handle &)=delete |
Friends | |
class | channel |
Type that represents an active subscription to a channel allowing for ownership via RAII and also explicit unsubscribe actions
Definition at line 53 of file channel.hpp.
|
inline |
Definition at line 55 of file channel.hpp.
|
default |
|
default |
|
delete |
|
delete |
|
default |
|
inline |
Explicitly unsubcribe from channel before the lifetime of this object expires
Definition at line 63 of file channel.hpp.
Definition at line 92 of file channel.hpp.