Commit dee405a7 authored by Scott Vokes's avatar Scott Vokes
Browse files

Note possibilyt of memory leaks during forced thread shutdown.

parent 92aca88c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -79,7 +79,7 @@ void threadpool_stats(struct threadpool *t, struct threadpool_info *ti);
 * Returns whether all previously active threads have shut down.
 *
 * kill_all will eventually permit immediately shutting down all active threads
 * (memory leaks be damned), but is not yet implemented.
 * (possibly with memory leaks), but is not yet implemented.
 *
 * Returns whether everything has halted. */
bool threadpool_shutdown(struct threadpool *t, bool kill_all);