fdf::UnsynchronizedDispatcher

Summary

Inheritance

Inherits from: fdf::Dispatcher

Constructors and Destructors

UnsynchronizedDispatcher(fdf_dispatcher_t *dispatcher)

Public static functions

Create(Options options, cpp17::string_view name, ShutdownHandler shutdown_handler, cpp17::string_view scheduler_role)

Public functions

borrow() const

Structs

fdf::UnsynchronizedDispatcher::Options

Public static functions

Create

zx::result< UnsynchronizedDispatcher > Create(
  Options options,
  cpp17::string_view name,
  ShutdownHandler shutdown_handler,
  cpp17::string_view scheduler_role
)

Public functions

UnsynchronizedDispatcher

 UnsynchronizedDispatcher(
  fdf_dispatcher_t *dispatcher
)

borrow

Unowned< UnsynchronizedDispatcher > borrow() const