Async::BusSourceAsyncBusProtocol

module Protocol

Nested

Definitions

def self.local_endpoint(path = "bus.ipc")

Create a local Unix domain socket endpoint.

Signature

parameter path String

The path to the socket file.

returns IO::Endpoint::Unix

The Unix endpoint.

Implementation

def self.local_endpoint(path = "bus.ipc")
	::IO::Endpoint.unix(path)
end