package core_kernel
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  Industrial strength alternative to OCaml's standard library
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      core_kernel-v0.14.0.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=93dc40648c5e4564cb72b72ab031474372f7b169e7ba7090b28e38e1b72282f1
    
    
  md5=61420bfc94dbed1667be5e2ebd7c8240
    
    
  doc/core_kernel.limiter/Limiter/Token_bucket/index.html
Module Limiter.Token_bucket
Implements a basic token-bucket-based rate limiter. Users of the throttle must successfully call try_take before doing work.
type t = private limiterval sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.tval create_exn : 
  now:Core_kernel.Time_ns.t ->
  burst_size:int ->
  sustained_rate_per_sec:float ->
  ?initial_bucket_level:int ->
  unit ->
  tval try_take : t -> now:Core_kernel.Time_ns.t -> int -> Try_take_result.tmodule Starts_full : sig ... end sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >