Merge pull request #1409 from PySimpleGUI/Dev-latest
Big assed comments
This commit is contained in:
commit
ab0db14928
|
@ -21,10 +21,34 @@ import PySimpleGUI as sg
|
||||||
format to your messages going back to the GUI so you'll know which task finished
|
format to your messages going back to the GUI so you'll know which task finished
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
# Put your....
|
||||||
|
|
||||||
|
###### ######## ## ##
|
||||||
|
## ## ## ## ## ##
|
||||||
|
## ## ## ## ##
|
||||||
|
## ######## ## ##
|
||||||
|
## ## ## ##
|
||||||
|
## ## ## ## ##
|
||||||
|
####### ## #######
|
||||||
|
|
||||||
|
#### ## ## ######## ######## ## ## ###### #### ## ## ########
|
||||||
|
## ### ## ## ## ### ## ## ## ## ## ## ##
|
||||||
|
## #### ## ## ## #### ## ## ## ## ## ##
|
||||||
|
## ## ## ## ## ###### ## ## ## ###### ## ## ## ######
|
||||||
|
## ## #### ## ## ## #### ## ## ## ## ##
|
||||||
|
## ## ### ## ## ## ### ## ## ## ## ## ##
|
||||||
|
#### ## ## ## ######## ## ## ###### #### ### ########
|
||||||
|
|
||||||
|
###### ####### ######## ########
|
||||||
|
## ## ## ## ## ## ##
|
||||||
|
## ## ## ## ## ##
|
||||||
|
## ## ## ## ## ######
|
||||||
|
## ## ## ## ## ##
|
||||||
|
## ## ## ## ## ## ##
|
||||||
|
####### ####### ######## ########
|
||||||
|
|
||||||
|
# Here in this thread
|
||||||
|
|
||||||
# ---------------------------------------
|
|
||||||
# Put your long-running code in here #
|
|
||||||
# ---------------------------------------
|
|
||||||
def worker_thread(thread_name, gui_queue):
|
def worker_thread(thread_name, gui_queue):
|
||||||
print('Starting thread - {} '.format(thread_name))
|
print('Starting thread - {} '.format(thread_name))
|
||||||
# this is our "long running function call"
|
# this is our "long running function call"
|
||||||
|
|
Loading…
Reference in New Issue