= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && true">
package uwt
-
uv-fs-sync
-
uwt-preemptive
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Rate limiters
This module defines rate limiters. A rate limiter is parametrized by its limit and a maximum waiting time. The wait
function will collaboratively hang for a delay necessary to respect the limit. If that delay exceeds the maximum waiting time, wait
returns false
; otherwise it returns true
.
module type S = sig ... end