aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python/grpcio_tests/tests/unit/_thread_pool.py
Commit message (Collapse)AuthorAge
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Run Python formattingGravatar Masood Malekghassemi2017-01-17
|
* Fix the ThreadPoolExecutor: max_workers can't be 0Gravatar siddharthshukla2016-08-03
Add a RecordingThreadPool that inherits from Executor, contains a ThreadPoolExecutor and has an extra method 'was_used' to indicate if submit method was ever called i.e. if the thread pool was ever used.