zx::task

Summary

Inheritance

Inherits from: zx::object< T >

Constructors and Destructors

task()
task(zx_handle_t value)
task(handle && h)
task(task && other)

Public functions

create_exception_channel(uint32_t options, object< channel > *channel)
zx_status_t
kill()
zx_status_t
suspend(suspend_token *result)
zx_status_t

Public functions

create_exception_channel

zx_status_t create_exception_channel(
  uint32_t options,
  object< channel > *channel
)

kill

zx_status_t kill()

suspend

zx_status_t suspend(
  suspend_token *result
)

task

constexpr task()=default

task

 task(
  zx_handle_t value
)

task

 task(
  handle && h
)

task

 task(
  task && other
)