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);
Content copied to clipboard
Since
3.2.0