module documentation

This module contains Handler classes. A Handler manages a collection of Nexus service handlers. It receives and responds to incoming Nexus requests, dispatching to the corresponding operation handler.

Class AbstractHandler This API is experimental and may change in the future.
Class BaseServiceCollectionHandler A Nexus handler, managing a collection of Nexus service handlers.
Class ServiceHandler Internal representation of an instance of a user's service handler class.
Class _EnsuredAwaitableOperationHandler An AwaitableOperationHandler that wraps an OperationHandler and uses an _Executor to ensure that the start and cancel methods are awaitable.
Class _Executor An executor for synchronous functions.