V
V
Victor Incognito2020-07-23 22:22:05
Python
Victor Incognito, 2020-07-23 22:22:05

What library in Python can be used to control the intervals between calls to various functions?

Good afternoon, comrades. Is it possible in Python to implement functions that would be executed at different dynamic time intervals ( the interval is determined by the function itself as a result of its actions ). Functions have the most diverse range: func1() can have a period of 10-30 seconds, and func2() can have a period of a couple of hours. However, func2() must not interrupt func1() and vice versa. Naturally, there are many more such functions.

Thank you for attention! :)

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question