Create an R6
crew
relay object.
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