# File lib/facets/more/lazy.rb, line 208
  def promise( &computation ) #:yields: result
    Lazy::Promise.new &computation
  end