actorpp
latest
Contents:
Readme Files
API
Class Hierarchy
File Hierarchy
Full API
Namespaces
Classes and Structs
Struct ActorImpl
Template Struct ChannelImpl
Class Actor
Template Class ActorThread
Template Class Channel
Class IActorThread
Class RecvThread
Enums
Functions
Defines
actorpp
API
Struct ActorImpl
Edit on GitHub
Struct ActorImpl
Defined in
File actor.hpp
Struct Documentation
struct
ActorImpl
Public Functions
template
<
typename
...
T
>
inline
int
wait
(
Channel
<
T
>
&
...
c
)
template
<
class
Clock
,
class
Duration
,
typename
...
T
>
inline
int
wait_until
(
const
std
::
chrono
::
time_point
<
Clock
,
Duration
>
&
timeout_time
,
Channel
<
T
>
&
...
c
)
template
<
class
Rep
,
class
Period
,
typename
...
T
>
inline
int
wait_for
(
const
std
::
chrono
::
duration
<
Rep
,
Period
>
&
rel_time
,
Channel
<
T
>
&
...
c
)
Public Members
std
::
mutex
mut
std
::
condition_variable
cv