Skip to main contentModule task
Source - RecurringTask
- A custom task created by
fromsoftware-rs that can masquerade as one of the
game’s native tasks. - RecurringTaskHandle
- A handle for the a task registered through
SharedTaskImpExt.run_recurring
that allows users to cancel it later using Drop.drop.
- SharedTaskImp
- The trait shared by task implementations across FSW games.
- SharedTaskImpExt
- An extension on each game’s task implementation to allow users to easily
register custom tasks as Rust closures.