With the help of which module is it better to organize everything a separate stream, which will be asynchronously updating the data in the parent stream to a specific stop at a certain time interval? Preferably with an example
- I chose threading.Thread for myself with setDaemon (True). How justified is this? - LiGhT_WoLF
|