bluesky.plans.wait_for¶
-
bluesky.plans.wait_for(futures, **kwargs)¶ Low-level: wait for a list of
asyncio.Futureobjects to set (complete).Parameters: - futures (collection) – collection of asyncio.Future objects
- kwargs – passed through to
asyncio.wait()
Yields: msg (Msg) –
Msg('wait_for', None, futures, **kwargs)See also
bluesky.plans.wait