Packages

A simple token bucket rate limiter as a Gleam actor

Retired package: This package is easy to misuse in a way that has poor performance.

Current section

Files

Jump to
speedbump src ffi.erl
Raw

src/ffi.erl

-module(ffi).
-export([nanosecond/0]).
% FFI for erlangs montonic time functionality
nanosecond() ->
erlang:monotonic_time(nanosecond).