On this page
Job
When using Flow, you can pass Closure or JobInterface, it’s useful when you want to specialize your Job, that come with dependecy injection.
ClosureJob
ClosureJob simplifies job handling by allowing the use of closures or custom job classes, providing a versatile solution for managing jobs in your application.
YJob
The YJob class defines the Y combinator to recursively apply the job function, making it particularly useful in scenarios where you need to perform recursive tasks without explicitly writing recursive functions.
Make your own Job
You can make your custom Job by implementing Flow\JobInterface
.