Skip to content

Commit b8fd924

Browse files
committed
Add source to latest TIL
1 parent 8a5fc97 commit b8fd924

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

javascript/sleep-for-a-bit-in-async-code.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,5 @@ async function fakeUserFetch(userId) {
3232
return Promise.resolve(fakeResponse)
3333
}
3434
```
35+
36+
[source](https://stackoverflow.com/a/951057/535590)

0 commit comments

Comments
 (0)