Skip to content
  • wolfgang's avatar
    [project @ 2003-09-19 18:56:00 by wolfgang] · 79ff5ead
    wolfgang authored
    POSIX threads should be pthread_detach-ed after they are created.
    Otherwise they'll stick around waiting for a pthread_join.
    
    (This wasn't really a problem because our worker threads never exit anyway).
    79ff5ead