Skip to content

Threading #2191

Answered by negasora
BluePython339 asked this question in Q&A
Discussion options

You must be logged in to vote

The functions run, but we don't connect to stdin/stdout/stderr of threads spawned from the console - thus no output.
You can verify this via

from threading import Thread
Thread(target=log_alert, args=('test',)).start()

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by negasora
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants