🔘 drainRunLoop.ts

This commit is contained in:
nirholas
2026-03-31 10:24:13 +00:00
parent 00c63b919b
commit 7ab939b670

View File

@@ -77,3 +77,4 @@ export async function drainRunLoop<T>(fn: () => Promise<T>): Promise<T> {
release()
}
}