Package-level declarations

Contains mod-platform scheduler integration for BetterModel tasks.

This package maps the shared scheduler contracts from the API module onto the mod runtime task model. Mod platform implementations use it to run model work through runtime-appropriate scheduling while returning generic task handles to the rest of BetterModel.

Example:


ModModelScheduler scheduler = ...;
var task = scheduler.async(runnable);

Since

3.2.0

Types

Link copied to clipboard
Represents a Mod-specific scheduler for model tasks.