| crew_class_relay | R Documentation | 
R6 relay class.R6 class for relay configuration.
See crew_relay().
conditionMain condition variable.
fromCondition variable to relay from.
toCondition variable to relay to.
throttleA crew_throttle() object for wait().
new()Relay constructor.
crew_class_relay$new(throttle)
throttleA crew_throttle() object.
A crew_relay() object.
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)
fromCondition variable to relay from.
NULL (invisibly).
set_to()Set the condition variable to relay to.
crew_class_relay$set_to(to)
toCondition 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()
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.