Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
1,084 contributions in the last year
Contribution activity
October 2020
- piscisaureus/ical JavaScript
-
piscisaureus/loader
JavaScript
•
Built by
Created a pull request in denoland/deno that received 1 comment
Created an issue in denoland/deno that received 4 comments
Awaiting never-resolved promise makes Deno hang & hot spin.
deno run this.
// x.js
await new Promise(() => {});
It spins because there is nothing happening any more, and tokio can't block the event loop for …