initSidebarItems({"fn":[["sleep","Create a Future that completes in `duration` from now."],["with_default","Set the default timer for the duration of the closure."]],"mod":[["clock","A configurable source of time."],["delay_queue","A queue of delayed elements."],["throttle","Slow down a stream by enforcing a delay between items."],["timeout","Allows a future or stream to execute for a maximum amount of time."],["timer","Timer implementation."]],"struct":[["Delay","A future that completes at a specified instant in time."],["DelayQueue","A queue of delayed elements."],["Error","Errors encountered by the timer implementation."],["Interval","A stream representing notifications at fixed interval"],["Timeout","Allows a `Future` or `Stream` to execute for a limited amount of time."]]});