module Async::Bus::Protocol

Public Class Methods

local_endpoint(path = "bus.ipc") click to toggle source
# File lib/async/bus/protocol/connection.rb, line 33
def self.local_endpoint(path = "bus.ipc")
        Async::IO::Endpoint.unix(path)
end