Skip to content
  • Ben Boeckel's avatar
    handlers: use `tokio::task::spawn_blocking` to handle jobs · 11b6848b
    Ben Boeckel authored
    Without moving the handling to another thread, internal use of `reqwest`
    would detect the top-level `tokio` runtime and cause a panic. Instead,
    tell `tokio` that job handling is blocking and let it spawn a thread to
    do the work on for us.
    
    Fixes: #90
    11b6848b
This project manages its dependencies using Cargo. Learn more