File manager - Edit - /usr/share/doc/uwsgi-core/tests/runningthread.py
Back
from threading import Thread import time import uwsgi def mess(): while True: for i in range(0, 100): if uwsgi.ready(): uwsgi.signal(17) print(i) time.sleep(0.1) t = Thread(target=mess) t.daemon = True t.start() print("thread started")
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.28 |
proxy
|
phpinfo
|
Settings