Add your description here
Project description
MB ITER
Install
pip install mbiter
Example
from mbiter import process_tasks
async def main():
async def worker(func: Callable[[], Any]) -> Any:
print(f"{func()=}")
exec = process_tasks([worker(lambda: 1), worker(lambda: 2)])
async for result in exec:
print(f"{result=}")
if __name__ == "__main__":
asyncio.run(main())
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mbiter-0.1.2.tar.gz
(4.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mbiter-0.1.2.tar.gz.
File metadata
- Download URL: mbiter-0.1.2.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
573d1d8ae8d389c39884c9813f12ad5de836e6341f541e8ecaeaeab26789f0da
|
|
| MD5 |
b72440e039c62ef28d4bd351a4edd6cb
|
|
| BLAKE2b-256 |
c175531188f9719c9008aa76c150a7c116a251944feb28c247c49131801c5266
|
File details
Details for the file mbiter-0.1.2-py3-none-any.whl.
File metadata
- Download URL: mbiter-0.1.2-py3-none-any.whl
- Upload date:
- Size: 5.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a07f7725f7efb2afb34e35d792059bcf749a1a859de5988646ff6601818cb89b
|
|
| MD5 |
6ecf904b7e1a261b49adc66d6678886f
|
|
| BLAKE2b-256 |
8a4cf72523ccf67f2f7a08de7e9156429de8f23cc154fd0e370e4a6093b325da
|