struct Endpoint

Defined at line 73 of file ../../src/ui/scenic/lib/utils/object_linker.h

Information for one end of a Link registered with the linker.

Public Members

zx_koid_t peer_endpoint_id
object token
async_dispatcher_t * dispatcher
unique_ptr peer_death_waiter

Public Methods

void Endpoint (zx_koid_t peer_endpoint_id, zx::handle token, async_dispatcher_t * dispatcher, std::unique_ptr<async::Wait> peer_death_waiter)

Defined at line 74 of file ../../src/ui/scenic/lib/utils/object_linker.h

void Endpoint (Endpoint && )

Defined at line 84 of file ../../src/ui/scenic/lib/utils/object_linker.h

void ~Endpoint ()

Defined at line 86 of file ../../src/ui/scenic/lib/utils/object_linker.h

bool IsUnresolved ()

Defined at line 99 of file ../../src/ui/scenic/lib/utils/object_linker.h