crew_class_relay | R Documentation |
R6
relay class.R6
class for relay configuration.
See crew_relay()
.
condition
Main condition variable.
from
Condition variable to relay from.
to
Condition variable to relay to.
validate()
Validate the object.
crew_class_relay$validate()
NULL
(invisibly).
start()
Start the relay object.
crew_class_relay$start()
NULL
(invisibly).
terminate()
Terminate the relay object.
crew_class_relay$terminate()
NULL
(invisibly).
set_from()
Set the condition variable to relay from.
crew_class_relay$set_from(from)
from
Condition variable to relay from.
NULL
(invisibly).
set_to()
Set the condition variable to relay to.
crew_class_relay$set_to(to)
to
Condition variable to relay to.
NULL
(invisibly).
wait()
Wait until an unobserved task resolves or the timeout is reached. Use the throttle to determine the waiting time.
crew_class_relay$wait(throttle)
throttle
A crew_throttle()
object to orchestrate the
wait time intervals.
NULL
(invisibly).
Other relay:
crew_relay()
crew_relay()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.