# File lib/merb-core.rb, line 786
    def run_later(&blk)
      Merb::Dispatcher.work_queue << blk
    end