Skip to content
Josh Wright edited this page Jan 14, 2021 · 3 revisions

Job

An abstract block of work to be run.

public protocol Job

Requirements

run()

The function that should be called when it's time for this Job to run.

func run() -> EventLoopFuture<Void>
Alchemy
Types
Protocols
Global Typealiases
Global Variables
Global Functions
Fusion
Types
Protocols
Papyrus
Types
Protocols
Clone this wiki locally