Lack of strong library in performing multi-time functions in Python !
Do we have a powerful library in Python to execute the function in asynchronous times other than Asyncio? Why in Python, we do not have a tool like Timer in C # or VB.net for time management? If there is, please help me. Suppose we want a function to run simultaneously every few seconds with other functions. This was easily done on vb.net or #C. But in Python I did not get the same answer in my research. If I am wrong, please help me. In Python, mainly because of the weakness of GIL and its interpreter, performing multiple tasks at multiple times is like implementing this task in single-processor systems. I am ready to explore the various aspects of the subject with the help of friends and offer a comprehensive and practical library.