Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vanilagy/webcodecs-polyfill
/ dispatch
Method
dispatch
src/misc.ts:398–405 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
396
}
397
398
private dispatch() {
399
if
(this.resolverQueue.length > 0) {
400
const
resolve = this.resolverQueue.shift()!;
401
resolve();
402
}
else
{
403
this.locked = false;
404
}
405
}
406
}
407
408
export
class
Bitstream {
Callers
1
createLock
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected