Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Synchronize the lazy setters in Server | Matthew Draper | 2016-01-30 | 1 | -1/+10 |
| | | | | They're all at risk of races on the first requests. | ||||
* | Allow subscription adapters to be shut down | Matthew Draper | 2016-01-24 | 1 | -0/+4 |
| | |||||
* | Add Async and Inline adapters | Matthew Draper | 2016-01-24 | 1 | -0/+22 |
Just like their ActiveJob equivalents, these only work within the current process. |