Closed paulgb closed 2 months ago
Using tokio::signal::unix::signal breaks the build on windows. Instead we support just the ctrl_c handler non non-unix platforms, which is cross-platform.
tokio::signal::unix::signal
ctrl_c
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Using
tokio::signal::unix::signal
breaks the build on windows. Instead we support just thectrl_c
handler non non-unix platforms, which is cross-platform.