You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
299 B
Python
14 lines
299 B
Python
2 years ago
|
import core
|
||
|
|
||
|
if __name__ == '__main__':
|
||
|
# create manager to share data to me, background, foreground
|
||
|
|
||
|
# launch background app as process
|
||
|
|
||
|
# create worker pool
|
||
|
|
||
|
# launch main, non-blocking, loop
|
||
|
|
||
|
|
||
|
def mainloop():
|
||
|
# worker pool: netstat, netstat cleanup, upload, download, ui tasks
|