Menu

dlib thread kill?

Help
2014-06-25
2014-06-25
  • Gregory Sharp

    Gregory Sharp - 2014-06-25

    Hi, Is there any way to terminate a dlib thread, such as pthread_kill()?

     
    • Davis

      Davis - 2014-06-25

      No. I didn't add that because it's unsafe and will in most cases
      crash your program. You can still call pthread_kill() if you want to
      though.

      Cheers,
      Davis

       
  • Gregory Sharp

    Gregory Sharp - 2014-06-25

    OK, understood. Any guidance on the DLL issue?

     

Log in to post a comment.