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: futurescollectioncollection of asyncio.Future objects kwargspassed through to asyncio.wait() Yields: msgMsgMsg('wait_for', None, futures, **kwargs) See also bluesky.plan_stubs.wait()