class DCell::ThreadHandleProxy
Public Instance Methods
join()
click to toggle source
# File lib/dcell/actor_proxy.rb, line 10 def join raise NotImplementedError, "remote join not supported" end
kill()
click to toggle source
# File lib/dcell/actor_proxy.rb, line 6 def kill raise NotImplementedError, "remote kill not supported" end