Queuing functions?

Z61

Well-known member
Is it possible to queue function calls without external applications such as cron or another service? If so, how can I set them up?
 
Not really sure what you're trying to accomplish but the deferred system might be what you're looking for.
I have functions that are called upon a thread being saved and I need to queue them instead of calling them all at once. Anyways, I'll look into the deferred system.
 
Top Bottom