# File lib/facet/coroutine.rb, line 100
  def resume(other)
    callcc do |@continue|
      other.continue(self)
    end
  end