2023-08-22 UTC
gxt, geoffo, sp1ff`, IWSlackGateway, gRegor, [tantek], [KevinMarks], btrem and [schmarty] joined the channel
[snarfed], btrem, [aciccarello], geoffo and t0nic joined the channel
# capjamesg [snarfed] I have a Python script that uses Threading and when I run .join() the callback function executes _again_ before finally stopping.
# capjamesg I assume .join() is supposed to terminate a thread?
geoffo joined the channel
# capjamesg Good to know.
# capjamesg The issue was that I forgot a `return` statement somewhere 🤦
# capjamesg Gosh threading is complicated.
# capjamesg In this case I really truly need it.
# capjamesg I need to be able to display a video in one thread and process instructions in another.
bterry joined the channel
# [snarfed] is this web? are these separate HTTP requests? can you multiprocess, ie run multiple WSGI workers?