1#include "include/pw_task.h"
2
3PwTask _pw_default_task = { .refcount = 1 };
4
5thread_local PwTask* current_task = &_pw_default_task;