From 381a73a26d34027d6216441ea15a4b283bd4d4e4 Mon Sep 17 00:00:00 2001 From: Davis King Date: Sat, 3 Dec 2011 11:44:55 -0500 Subject: [PATCH] Clarified spec --- dlib/svm/sequence_labeler_abstract.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dlib/svm/sequence_labeler_abstract.h b/dlib/svm/sequence_labeler_abstract.h index 27c33966c..55dfc2034 100644 --- a/dlib/svm/sequence_labeler_abstract.h +++ b/dlib/svm/sequence_labeler_abstract.h @@ -34,6 +34,11 @@ namespace dlib from the entire input sequence x but only part of the label sequence y. Each of these constituent feature vectors is defined by the get_features() method of this class. + + THREAD SAFETY + Instances of this object should be thread safe, that is, it should + be safe for multiple threads to make concurrent calls to the member + functions of this object. !*/ public: