Skip to content
/ Tasks Public

Tasks system as used in gopher/lynx/nohrd-arena

Notifications You must be signed in to change notification settings

Label305/Tasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tasks

Installation

composer require label305/tasks

Usage

To dispatch tasks use the DispatchesTasks or DispatchesContinuousTasks trait.

Example

public function ping() {
    $this->dispatchTask((new PingJob()));
}

About

Tasks system as used in gopher/lynx/nohrd-arena

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages