Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boringstack-xyz/boringstack
/ delay
Function
delay
apps/api/src/lib/email/email.utils.ts:138–139 ·
view source on GitHub ↗
(ms: number)
Source
from the content-addressed store, hash-verified
136
};
137
138
const
delay =
async
(ms: number): Promise<void> =>
139
new
Promise((resolve) => setTimeout(resolve, ms));
140
141
/**
142
* Bound a single provider call to an explicit budget. Resend and SendGrid
Callers
1
retryWithBackoff
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected