Functions§
- Spawn a request handler for the provided
directory
server end. This function will spawn a detached Task to handle requests. Requests will be handled using the providedhandler
function. - Same as below but provides a noop request handler to the provider
directory
. This is useful if you have to provide an implementation offuchsia.io.Directory
for a test, but don’t need to handle any individual method. - Spawn a request handler for the provided server end.