Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/material-shell/material-shell
/
Class
src/utils/async.ts:35–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
34
/** Debounces a given
function
*/
35
export
class
AsyncDebounce {
36
public delayMs: number;
37
38
private timeoutId: number | undefined;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected