14 lines
299 B
Python
14 lines
299 B
Python
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 |