This repository has been archived on 2025-01-16. You can view files and clone it, but cannot push or open issues or pull requests.
PyBitmessage-2025-01-16/src/semaphores.py
2019-12-31 14:45:53 +05:30

4 lines
63 B
Python

from threading import Semaphore
kivyuisignaler = Semaphore(0)