All Classes and Interfaces
Class
Description
Executes named asynchronous work and dispatches value-producing work to an explicit target.
Factory methods for commonly used
CompletionStage instances.Entrypoint factory for the
cotani-task module.Schedules delayed and recurring asynchronous work without sleeping or blocking the caller.
Dispatches work to the thread that owns an entity.
Identifies the thread/region/entity on which a task should run.
Dispatches work to the Paper/Folia global scheduler thread.
Complete scheduling facade for Paper and Folia.
Schedules crash-recoverable work with at-least-once execution semantics.
Dispatches work to the owner of a Paper/Folia region.
Exposes scheduler observability and failure-reporting contracts without dispatch capabilities.
Creates repeatable scheduler chains or adapts an external, non-repeatable stage.
Factory methods for commonly used
TaskChain instances.Signals that a task failed with a checked exception that cannot be propagated directly.
Provides a single, safe way to produce the only legal
Void value.