Module proxy

Source

Structs§

ChannelProxy
ChannelProxy is used to proxy messages on a zx::Channel between the Starnix container and the outside world. This allows the Starnix runner to wake the container on incoming messages.

Functions§

run_proxy_thread
Starts a thread that listens for new proxies and runs start_proxy on each.