Размер видео: 1280 X 720853 X 480640 X 360
Показать панель управления
Автовоспроизведение
Автоповтор
Sir I have developed an app in flask but I have a script which contains a while loop. It is restricting to run server even after using separate thread with daemon=true. What should I do?
consider using asynchronous programming techniques (like asyncio) instead of threads
@@kritimyantra done sir!!!
Sir I have developed an app in flask but I have a script which contains a while loop. It is restricting to run server even after using separate thread with daemon=true. What should I do?
consider using asynchronous programming techniques (like asyncio) instead of threads
@@kritimyantra done sir!!!