A simple utility for running functions in parallel.
Project description
basically Promise.all but python.
import asyncrun
# Your function and arguments here
result = asyncrun.all(sample_function, args=[(1,), (2,)])
print(result)
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
asyncrun-0.1.0.tar.gz
(2.1 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 asyncrun-0.1.0.tar.gz.
File metadata
- Download URL: asyncrun-0.1.0.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
56a2e7777654d6a42238f37ab7424577ca0e46d7243213b3dd91a91b6d6589b6
|
|
| MD5 |
b0b5732ac7942292f9d1317bd62e8f5e
|
|
| BLAKE2b-256 |
e448b707662057652c7810441aeb7a210de1db2cf9ce6727693c17da794aa6a3
|
File details
Details for the file asyncrun-0.1.0-py3-none-any.whl.
File metadata
- Download URL: asyncrun-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f7322ad9391cac7289bba05863a9d0fea5a7a0643812acb7a03dee87892cfb72
|
|
| MD5 |
4301a132ee31cc30ee6185b373846923
|
|
| BLAKE2b-256 |
b5c35eee70f25bc63d47b315163b5dcdd382cb140c4631f84229c41745f09557
|