A Rack middleware that transforms async requests (using thin + async_sinatra for example) into synchronous requests. Useful for testing Async Sinatra apps with a minimum of changes in your testing environment.
Cyril Rohr
gem "rack-async2sync", "~> 0.1.0"