Task - "Runnable" subclass of kernel objects (threads, processes, and jobs)
Threads, processes, and jobs objects are all tasks. They share the ability to be suspended, resumed, and killed.
TODO
zx_task_create_exception_channel()
- listen for task exceptionszx_task_kill()
- cause a task to stop running