rfc-0.0.0.17: Robert Fischer's Common library
RFC.Throttle
createThrottle :: MonadIO m => Int -> m Throttle Source #
withThrottle :: MonadBaseControl IO m => Throttle -> m b -> m b Source #
data Throttle Source #