This website requires JavaScript.
Explore
Help
Sign In
Liderahenk
/
Ahenk
Watch
1
Star
0
Fork
You've already forked Ahenk
0
mirror of
https://github.com/Pardus-LiderAhenk/ahenk
synced
2024-11-15 14:52:17 +03:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
6a1e08cf18
Ahenk
/
opt
/
ahenk
/
base
/
timer
/
setup_timer.py
7 lines
111 B
Python
Raw
Normal View
History
Unescape
Escape
timer method added for using with some specific function which need timeout actions
2016-07-22 10:33:45 +03:00
class
SetupTimer
:
@staticmethod
def
start
(
timer
)
:
timer thread form was changed to daemon
2016-07-25 12:19:53 +03:00
timer
.
setDaemon
(
True
)
timer
.
start
(
)
Reference in a new issue
Copy permalink