aboutsummaryrefslogtreecommitdiffstats
path: root/lib/plum/rack/thread_pool.rb
Commit message (Collapse)AuthorAgeFilesLines
* style: use $! if possibletopic/fix-coding-styleKazuki Yamaguchi2016-05-081-2/+2
| | | | Use $! when rescuing StandardError.
* get rid of '-*- flag: value -*-' style in magic commentstopic/fix-magic-comment-styleKazuki Yamaguchi2016-05-081-1/+2
| | | | It was required when they were added, but it is no longer.
* rack: remove threaded option. use threadpool_size=1 insteadKazuki Yamaguchi2016-01-141-1/+1
|
* rack: refactorKazuki Yamaguchi2016-01-141-23/+2
|
* rack: add threadpool-size optionKazuki Yamaguchi2016-01-131-0/+56