Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/livekit/agents
/ _VirtualTimePolicy
Class
_VirtualTimePolicy
tests/virtual_time.py:319–321 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
317
318
319
class
_VirtualTimePolicy(asyncio.DefaultEventLoopPolicy):
320
def
new_event_loop(self) -> asyncio.AbstractEventLoop:
321
return
_VirtualTimeLoop()
322
323
324
@pytest.fixture
Callers
1
event_loop_policy
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected