tin  1.5.9
tsm::runtime::sender< T > Class Template Reference

#include <sync.h>

Collaboration diagram for tsm::runtime::sender< T >:
Collaboration graph

Public Member Functions

 sender ()=default
 
template<typename Channel >
 sender (Channel &channel) noexcept
 
bool try_send (T const &value) const
 
bool try_send (T &&value) const
 

Constructor & Destructor Documentation

◆ sender() [1/2]

template<typename T >
tsm::runtime::sender< T >::sender ( )
default

◆ sender() [2/2]

template<typename T >
template<typename Channel >
tsm::runtime::sender< T >::sender ( Channel &  channel)
inlineexplicitnoexcept

Member Function Documentation

◆ try_send() [1/2]

template<typename T >
bool tsm::runtime::sender< T >::try_send ( T &&  value) const
inline

◆ try_send() [2/2]

template<typename T >
bool tsm::runtime::sender< T >::try_send ( T const &  value) const
inline

The documentation for this class was generated from the following file: