actorpp
latest
Contents:
Readme Files
API
Class Hierarchy
File Hierarchy
Full API
Namespaces
Classes and Structs
Enums
Functions
Function actorpp::connect
Template Function actorpp::detail::readable_channel(int, Channel<T>&)
Template Function actorpp::detail::readable_channel(int, Channel<T>&, Channel<Ttail>&…)
Defines
actorpp
API
Template Function actorpp::detail::readable_channel(int, Channel<T>&, Channel<Ttail>&…)
Edit on GitHub
Template Function actorpp::detail::readable_channel(int, Channel<T>&, Channel<Ttail>&…)
Defined in
File actor.hpp
Function Documentation
template
<
typename
T
,
typename
...
Ttail
>
int
actorpp
::
detail
::
readable_channel
(
int
i
,
Channel
<
T
>
&
c
,
Channel
<
Ttail
>
&
...
chans
)