Add your description here
Project description
MBCORE
Install
Example
from mbcore.execute 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
mbcore-0.1.3.tar.gz
(151.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
mbcore-0.1.3-py3-none-any.whl
(155.7 kB
view details)
File details
Details for the file mbcore-0.1.3.tar.gz.
File metadata
- Download URL: mbcore-0.1.3.tar.gz
- Upload date:
- Size: 151.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0799e6e900c69cf1870339e4e2e00f353a3f156f04f120db709537e737eb35e3
|
|
| MD5 |
f929f385c84fcd8a38ef557eebed836b
|
|
| BLAKE2b-256 |
625824a798fa9fa4dde25e2efb4630dec672b1e4bf65a1866d80f12dbbc15410
|
File details
Details for the file mbcore-0.1.3-py3-none-any.whl.
File metadata
- Download URL: mbcore-0.1.3-py3-none-any.whl
- Upload date:
- Size: 155.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f3ba63c14415b36a151eae74489e745ff249842e92cbb22ce978e3b43ca99428
|
|
| MD5 |
d6f7be5198353b293fcab3534d3d7ed6
|
|
| BLAKE2b-256 |
ee883b655e6920a1db6a5258b7ce0489a296e7960dad11eeb280c42dc1f5a207
|