lwt
Promises, concurrency, and parallelized I/O
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
package lwt
-
lwt_log
-
lwt_simple_top
-
lwt_syntax
-
lwt_syntax_log
-
lwt_syntax_options
-
lwt_unix
-
ppx_lwt
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library lwt_unix
Module
Lwt_throttle
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
ON THIS PAGE
No table of contents