Bases: object
object
A utility for sleeping at a fixed rate.
Block until timer triggers.
Care should be taken when calling this from a callback. This may block forever if called in a callback in a SingleThreadedExecutor.