fdf::SynchronizedDispatcher

Summary

Inheritance

Inherits from: fdf::Dispatcher

Constructors and Destructors

SynchronizedDispatcher(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::SynchronizedDispatcher::Options

Public static functions

Create

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

Public functions

SynchronizedDispatcher

 SynchronizedDispatcher(
  fdf_dispatcher_t *dispatcher
)

borrow

Unowned< SynchronizedDispatcher > borrow() const