From 82be85065aa14f53fb7fddd06a9131bb7851cb96 Mon Sep 17 00:00:00 2001 From: Davis King Date: Sat, 27 Sep 2008 15:42:12 +0000 Subject: [PATCH] updated the docs --HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402525 --- docs/docs/api.xml | 4 ---- docs/docs/release_notes.xml | 4 ++++ docs/docs/term_index.xml | 1 - 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/docs/api.xml b/docs/docs/api.xml index 06d0f648b..fd70ea9be 100644 --- a/docs/docs/api.xml +++ b/docs/docs/api.xml @@ -601,10 +601,6 @@ register_thread_end_handler dlib/threads/threads_kernel_abstract.h.html#register_thread_end_handler - - register_program_ending_handler - dlib/threads/threads_kernel_abstract.h.html#register_program_ending_handler - signaler dlib/threads/threads_kernel_abstract.h.html#signaler diff --git a/docs/docs/release_notes.xml b/docs/docs/release_notes.xml index 7ade69a59..571f874b0 100644 --- a/docs/docs/release_notes.xml +++ b/docs/docs/release_notes.xml @@ -16,6 +16,10 @@ New Stuff: Non-Backwards Compatible Changes: - The on_wheel_up() and on_wheel_down() gui events now take an unsigned long argument. + - Removed the register_program_ending_handler() function from the threading + API and also changed the dlib thread pool so that it no longer causes + a terminating program to wait for any outstanding threads to finish + before allowing the application to end. Bug fixes: diff --git a/docs/docs/term_index.xml b/docs/docs/term_index.xml index a48c085d8..24b1a9d5f 100644 --- a/docs/docs/term_index.xml +++ b/docs/docs/term_index.xml @@ -36,7 +36,6 @@ -