Closed AaronLionsheep closed 4 years ago
https://towardsdatascience.com/introduction-to-priority-queues-in-python-83664d3178c3
https://stackoverflow.com/questions/803616/passing-functions-with-arguments-to-another-function-in-python
https://docs.python.org/3/library/queue.html#queue.PriorityQueue
This is mainly a utility class for scheduling method calls for internal use. An example is scheduling the device table to beloved after a certain period from the announce request.
https://towardsdatascience.com/introduction-to-priority-queues-in-python-83664d3178c3
https://stackoverflow.com/questions/803616/passing-functions-with-arguments-to-another-function-in-python
https://docs.python.org/3/library/queue.html#queue.PriorityQueue