Can `context.waitUntil` be called multiple times? For example, if I want to immediately start an asy

Can
context.waitUntil
be called multiple times? For example, if I want to immediately start an asyncronous task, then do some other actions and eventually starting another async task
Was this page helpful?