gov_enable {governor} | R Documentation |
Disable/enable a governor
Description
When disabled a governor always returns immediately without any waiting
Usage
gov_enable(gov)
gov_disable(gov)
Arguments
gov |
object created by |
Value
None.
Examples
gov <- gov_init(1/30)
gov_disable(gov)
gov_enable(gov)
[Package governor version 0.1.2 Index]