class Empathy::EM::ProxyThread

This class is used if EM::Thread class methods are called on Fibers that were not created with EM::Thread.new()

Public Class Methods

new(fiber) click to toggle source

TODO start an EM periodic timer to reap dead proxythreads (running ensurehooks) TODO do something sensible for value, kill

# File lib/empathy/em/thread.rb, line 417
def initialize(fiber)
  init(fiber)
end