MCPcopy Create free account
hub / github.com/InternLM/InternBootcamp / dummy_async_inner

Function dummy_async_inner

verl/verl/utils/transferqueue_utils.py:318–320  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

316
317 @wraps(func)
318 async def dummy_async_inner(*args, **kwargs):
319 output = await func(*args, **kwargs)
320 return output
321
322 wrapper_inner = inner if is_transferqueue_enabled else dummy_inner
323 wrapper_async_inner = async_inner if is_transferqueue_enabled else dummy_async_inner

Callers

nothing calls this directly

Calls 1

funcFunction · 0.85

Tested by

no test coverage detected