欢迎下载EasyThreadings!
入门:如何在EasyThreads中创建线程?
from EasyThreadings import thread
@thread
def hello_thread():
print('Hello from threading!')
hello_thread()
无需更多代码,每次调用自动启动新线程
高级:如何控制线程?
from EasyThreadings import thread
from EasyThreadings.More import join
@thread(name='thread')
def hello_thread():
print('Hello from threading!')
hello_thread()
join('thread')
利用name支持,轻松控制线程
赶紧下载我们的EasyThreadings吧!
Release files for EasyThreadings 1.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| EasyThreadings-1.0.1.tar.gz | 2.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| EasyThreadings-1.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 5.7 kB
Release files / EasyThreadings-1.0.1.tar.gz
| Download URL | EasyThreadings-1.0.1.tar.gz |
|---|---|
| Size | 2.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
078c9290ead411f282e24b467fa28289ba52f47f1ae6c4f1555819a6179446b4
|
|
BLAKE2b-256 checksum How to use checksums |
a72659f61f5a7e92704e47b25e0f22861c1572255a6b6b467aea892a57f55cd8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.1 importlib_metadata/4.8.1 pkginfo/1.8.2 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.6
|
Release files / EasyThreadings-1.0.1-py3-none-any.whl
| Download URL | EasyThreadings-1.0.1-py3-none-any.whl |
|---|---|
| Size | 3.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
8f6cbb4d5e1acf481858a7c60b087f7372065bb8ee657c5163625d5a257cb3ef
|
|
BLAKE2b-256 checksum How to use checksums |
540fd68b0509079221d7fac56010799956682f1e9a60536173b54cc8632ca9ea
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.1 importlib_metadata/4.8.1 pkginfo/1.8.2 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.6
|