# File lib/sinatra/async.rb, line 131
      def native_async_schedule(&b)
        EM.next_tick(&b)
      end