Z61 Well-known member Jun 27, 2015 #1 Is it possible to queue function calls without external applications such as cron or another service? If so, how can I set them up?
Is it possible to queue function calls without external applications such as cron or another service? If so, how can I set them up?
Daniel Hood Well-known member Jun 29, 2015 #2 Not really sure what you're trying to accomplish but the deferred system might be what you're looking for.
Not really sure what you're trying to accomplish but the deferred system might be what you're looking for.
Z61 Well-known member Jun 29, 2015 #3 Daniel Hood said: Not really sure what you're trying to accomplish but the deferred system might be what you're looking for. Click to expand... 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.
Daniel Hood said: Not really sure what you're trying to accomplish but the deferred system might be what you're looking for. Click to expand... 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.