python3-waiting

Python module for waiting for events to happen (Python 3 version)
  https://github.com/vmalloc/waiting
  0
  no reviews



The waiting module is designed to wait for events to occur. The waiting routine polls a given predicate function until it returns True, polling on a regular basis, at defined times, with exponential back-off or with a time-out.

This package contains the Python 3 version of the waiting module.