Function
one_thread
(id, chunk_begin, chunk_size)
Source from the content-addressed store, hash-verified
| 511 | |
| 512 | |
| 513 | def one_thread(id, chunk_begin, chunk_size): |
| 514 | # ✅ 子进程里用 asyncio.run 更稳 |
| 515 | asyncio.run(ws_client(id, chunk_begin, chunk_size)) |
| 516 | |
| 517 | |
| 518 | if __name__ == "__main__": |
Callers
nothing calls this directly
Tested by
no test coverage detected
Used in the wild real call sites across dependent graphs
searching dependent graphs…