opencv-rust icon indicating copy to clipboard operation
opencv-rust copied to clipboard

Use `jobslot` instead of dep `jobserver`

Open NobodyXu opened this issue 1 year ago • 0 comments

Signed-off-by: Jiahao XU [email protected]

This PR replaces dep jobserver with a fork jobslot.

Advantages over jobserver?

  • jobslot contains bug fix for Client::configure is unsafe
  • jobslot removed use of signal handling in the helper thread on unix
  • jobslot uses winapi on windows instead of manually declaring bindings (some of the bindings seem to be wrong)
  • jobslot uses getrandom on windows instead of making homebrew one using raw windows api

NobodyXu avatar Sep 10 '22 11:09 NobodyXu