Skip to content

Commit 8d8e3b7

Browse files
author
Michael Kryukov
committed
feat: added licence
1 parent f42dfd0 commit 8d8e3b7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# bounded_pool
22

33
[![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)
45

56
Simplistic and universal bounded pool executor that allows to process N tasks
67
as the same time while limiting size of the queue. Tasks can be functions or
@@ -33,3 +34,7 @@ def test_example():
3334
assert future.done()
3435
assert future.result() is None
3536
```
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)

0 commit comments

Comments
 (0)