aboutsummaryrefslogtreecommitdiffstats
path: root/doc/hook/daemon_master_release.bb
blob: a17216d48d18c37f5d4474f9f6ef5cf2397aae51 (plain) (blame)
1
2
3
4
5
[h2]daemon_master_release[/h2]

Permit filtering or alternate methods of processing of background processes when [code] \Zotlabs\Daemon\Master::Release() [/code] is called.

Default behavior is for a new PHP process to fire immediately upon a call to Master::Summon().  This hook permits pre-emption and the ability to provide queuing or other alternatives to this procedure.