aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/lib/action_cable/subscription_adapter/inline.rb
Commit message (Collapse)AuthorAgeFilesLines
* Synchronize the lazy setters in ServerMatthew Draper2016-01-301-1/+10
| | | | They're all at risk of races on the first requests.
* Allow subscription adapters to be shut downMatthew Draper2016-01-241-0/+4
|
* Add Async and Inline adaptersMatthew Draper2016-01-241-0/+22
Just like their ActiveJob equivalents, these only work within the current process.