Sandwich
Roblox's lightweight scheduler
Extensible and Composable
Because all logic is separated from data, your jobs are extensible and composable right from the start! This enables elegant solutions to complex problems often introduced in ECS or loading patterns!
Job Scheduling
Sandwich allows you to easily order jobs in your experiences via dependencies and perform logic on intervals.
Lightweight and Effective
The code is simple, short, and effective. Your project won't be bogged down by a large library; Sandwich is just over 100 lines!