Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/BrowserSkill
/
Class
packages/dsh-plugin-browserskill/src/queue.ts:10–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
*/
9
10
export
class
KeyedExecutor {
11
private readonly tails =
new
Map<string, Promise<void>>();
12
13
/** Run `fn` after every previously queued task
for
`key` settled. */
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected