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