Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lazy Value Bucket

An implementation of lazily evaluated token buckets in Luau.

Useful for rate-limits and other depletion/regeneration use cases.

Installation

Pre-built RBXM

Download the .rbxm file from the Latest Release, and place it in your desired location.

Wally

Add the following to your wally.toml dependencies:

ValueBucket = "nowoshire/lazyvaluebucket@^1.0.0"

Rojo (Build from Source)

git clone https://github.com/Nowoshire/LazyValueBucket.git
cd LazyValueBucket
rojo build --output "ValueBucket.rbxm"

About

An implementation of lazily evaluated token buckets in Luau.

Resources

Code of conduct

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages