lua.wetgenes.tasks.run_task
tasks:run_task(task)
Resume all the coroutines in this task.
Any errors will be logged with a backtrace.
If the tasks have finished running (returned or crashed) then we will tasks:del_task(task) this task. Check task.id which will be nil after this task has finished.