Skip to content
This repository was archived by the owner on Jun 26, 2026. It is now read-only.

Latest commit

 

History

21 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages