bluesky.plan_stubs.wait_for

bluesky.plan_stubs.wait_for(futures, **kwargs)[source]

Low-level: wait for a list of asyncio.Future objects to set (complete).

Parameters
futurescollection

collection of asyncio.Future objects

kwargs

passed through to asyncio.wait()

Yields
msgMsg

Msg('wait_for', None, futures, **kwargs)