# File lib/facets/more/coroutine.rb, line 96
  def continue(from = nil)
    @stopped = from.stopped if not @stopped and from
    @continue.call
  end