Damian Reeves
Using Deno core in an app that already had its own tokio runtime
I found that when I tried to use a Handle to call sync code such as the setTimeout from the repo that my code exited with a panic.
I’d love to not use another Tokyo runtime and instead have a dedicated pool for my workloads that use deno_core but I’m not familiar enough with either tokio or eeno to accomplish this
12 replies