module Grape::Async::Extension

Public Instance Methods

async(method = :threaded) click to toggle source
# File lib/grape-async/extension.rb, line 5
def async(method = :threaded)
  route_setting :async, { async: true, async_method: method }
end