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_bind_exception_port() - attach an exception port to a taskzx_task_kill() - cause a task to stop running