object
method break : unit -> unit
method get_core : (#Swarm.SWARM.core as 'a) Swarm.SWARM.resident -> 'a
method is_running : unit -> bool
method list_residents : 'a Swarm.SWARM.resident list
method remove : 'a Swarm.SWARM.resident -> unit
method run : unit -> unit
method shelter : 'a -> 'a Swarm.SWARM.resident
method start_all : unit -> unit
method start_resident : 'a Swarm.SWARM.resident -> unit
method stop_all : unit -> unit
method stop_resident : 'a Swarm.SWARM.resident -> unit
method wake : 'a Swarm.SWARM.resident -> unit
end