Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-04-29 | wip | 10 | -16/+312 | |
2022-04-29 | commit more | 3 | -0/+81 |
const interval = 0.01; const now = performance.now(); console.time("Slept"); Bun.sleepSync(interval); const elapsed = performance.now() - now; if (elapsed < interval) { throw new Error("Didn't sleep"); } console.timeEnd("Slept"); ='Atom feed' href='https://git.anshulg.com/ansg191/bun/atom/integration/bunjs-only-snippets/gc.js?h=dylan/github-api-option' type='application/atom+xml'/>