File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 1
1
# bounded_pool
2
2
3
3
[ ![ PyPI version] ( https://badge.fury.io/py/bounded-pool.svg )] ( https://badge.fury.io/py/bounded-pool )
4
+ [ ![ FOSSA Status] ( https://app.fossa.com/api/projects/git%2Bgithub.com%2Fmichaelkryukov%2Fbounded_pool.svg?type=shield )] ( https://app.fossa.com/projects/git%2Bgithub.com%2Fmichaelkryukov%2Fbounded_pool?ref=badge_shield )
4
5
5
6
Simplistic and universal bounded pool executor that allows to process N tasks
6
7
as the same time while limiting size of the queue. Tasks can be functions or
@@ -33,3 +34,7 @@ def test_example():
33
34
assert future.done()
34
35
assert future.result() is None
35
36
```
37
+
38
+ ## License
39
+
40
+ [ ![ FOSSA Status] ( https://app.fossa.com/api/projects/git%2Bgithub.com%2Fmichaelkryukov%2Fbounded_pool.svg?type=large )] ( https://app.fossa.com/projects/git%2Bgithub.com%2Fmichaelkryukov%2Fbounded_pool?ref=badge_large )
You can’t perform that action at this time.
0 commit comments