Sha256: 7b593487d8afde608130b26418b9f76d107e1ae86a75cfb0f349585a057b87f0
Contents?: true
Size: 404 Bytes
Versions: 10
Compression:
Stored size: 404 Bytes
Contents
require 'drb' require 'rinda/ring' module Marvin # Distributed tools for Marvin instances. # Uses a tuple space etc + DRb to provide # IRC Processing across the network. module Distributed autoload :RingServer, 'marvin/distributed/ring_server' autoload :DispatchHandler, 'marvin/distributed/dispatch_handler' autoload :DRbClient, 'marvin/distributed/drb_client' end end
Version data entries
10 entries across 10 versions & 1 rubygems