Skip to contents

Create an R6 crew relay object.

Usage

crew_relay()

Value

An R6

crew relay object.

Details

A crew relay object keeps the signaling relationships among condition variables.

See also

Other relay: crew_class_relay

Examples

crew_relay()
#> <crew_class_relay>
#>   Public:
#>     condition: active binding
#>     from: active binding
#>     set_from: function (from) 
#>     set_to: function (to) 
#>     start: function () 
#>     terminate: function () 
#>     to: active binding
#>     validate: function () 
#>     wait: function (seconds_timeout = 1000) 
#>   Private:
#>     .condition: NULL
#>     .from: NULL
#>     .to: NULL