Class: DCell::ThreadHandleProxy

Inherits:
Object
  • Object
show all
Defined in:
lib/dcell/actor_proxy.rb

Instance Method Summary collapse

Instance Method Details

#joinObject

Raises:

  • (NotImplementedError)


10
11
12
# File 'lib/dcell/actor_proxy.rb', line 10

def join
  raise NotImplementedError, "remote join not supported"
end

#killObject

Raises:

  • (NotImplementedError)


6
7
8
# File 'lib/dcell/actor_proxy.rb', line 6

def kill
  raise NotImplementedError, "remote kill not supported"
end