# File lib/facets/more/lazy.rb, line 234
  def future( &computation ) #:yields: result
    Lazy::Future.new &computation
  end