aboutsummaryrefslogtreecommitdiffstats
path: root/examples/complex/nonblocking.py
Commit message (Collapse)AuthorAgeFilesLines
* lint!Maximilian Hils2020-04-031-1/+0
|
* fix nonblocking exampleMaximilian Hils2020-04-031-3/+3
| | | this fixes #3877
* Ditch the addon stdout wrapperAldo Cortesi2018-05-081-2/+3
| | | | | | This results in a 30% improvement in our core request throughput. Fixes #3102
* organize examplesMaximilian Hils2016-11-211-0/+11
This commit is largely based on work by Thiago Arrais (@thiagoarrais) and Shane Bradfield (@l33tLumberjack). I wasn't really able to get their PR reasonably merged onto the latest master, so I reapplied their changes manually here and did some further improvements on that.