R6
class for relay configuration.
Details
See crew_relay()
.
See also
Other relay:
crew_relay()
Active bindings
condition
Main condition variable.
from
Condition variable to relay from.
to
Condition variable to relay to.
throttle
A
crew_throttle()
object forwait()
.
Methods
Method new()
Relay constructor.
Usage
crew_class_relay$new(throttle)
Arguments
throttle
A
crew_throttle()
object.
Returns
A crew_relay()
object.
Examples
crew_relay()
#> <crew_class_relay>
#> Public:
#> condition: active binding
#> from: active binding
#> initialize: function (throttle)
#> set_from: function (from)
#> set_to: function (to)
#> start: function ()
#> terminate: function ()
#> throttle: active binding
#> to: active binding
#> validate: function ()
#> wait: function ()
#> Private:
#> .condition: NULL
#> .from: NULL
#> .throttle: crew_class_throttle, R6
#> .to: NULL