Add a "statewait" method to the experiment module, which allows a
client to wait for an experiment to reach a desired state (active, swapped, etc). Use the optional timeout parameter to terminate the wait early. See the documentation for a full descriptione of the interface. This is implemented using the just added "poll" interface to the python event interface library
Please register or sign in to comment