MCPcopy Index your code
hub / github.com/modelscope/FunASR / one_thread

Function one_thread

runtime/python/websocket/funasr_wss_client.py:513–515  ·  view source on GitHub ↗
(id, chunk_begin, chunk_size)

Source from the content-addressed store, hash-verified

511
512
513def one_thread(id, chunk_begin, chunk_size):
514 # ✅ 子进程里用 asyncio.run 更稳
515 asyncio.run(ws_client(id, chunk_begin, chunk_size))
516
517
518if __name__ == "__main__":

Callers

nothing calls this directly

Calls 2

ws_clientFunction · 0.85
runMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…