Confirmed users
920
edits
LesOrchard (talk | contribs) |
LesOrchard (talk | contribs) |
||
Line 90: | Line 90: | ||
# [https://svn.mozilla.org/projects/byob/trunk/application/hooks/builds.php Registering DeferredEvent callback handlers with unique IDs] - these do the actual work | # [https://svn.mozilla.org/projects/byob/trunk/application/hooks/builds.php Registering DeferredEvent callback handlers with unique IDs] - these do the actual work | ||
# [http://viewvc.svn.mozilla.org/vc/projects/byob/trunk/application/models/repack.php?revision=66815&view=markup#l882 Firing Events that correspond with registered DeferredEvent handlers] | # [http://viewvc.svn.mozilla.org/vc/projects/byob/trunk/application/models/repack.php?revision=66815&view=markup#l882 Firing Events] that correspond with [http://viewvc.svn.mozilla.org/vc/projects/byob/trunk/application/hooks/builds.php?revision=66819&view=markup#l14 registered DeferredEvent handlers] | ||
# Firing Events results in enqueued tasks, which the queue processor handles via calls to registered DeferredEvent callbacks. | # Firing Events results in enqueued tasks, which the queue processor handles via calls to registered DeferredEvent callbacks. |