Module: Async::Container::Notify
- Defined in:
- lib/async/container/notify.rb,
lib/async/container/notify/pipe.rb,
lib/async/container/notify/client.rb,
lib/async/container/notify/server.rb,
lib/async/container/notify/socket.rb,
lib/async/container/notify/console.rb
Defined Under Namespace
Classes: Client, Console, Pipe, Server, Socket
Constant Summary collapse
- @@client =
We cache the client on a per-process basis. Because that's the relevant scope for process readiness protocols.
nil