ggerganov commited on
Commit
a3ee28a
·
unverified ·
1 Parent(s): 99f2636

close #32 : add comment about thread-safety of the C-style API

Browse files
Files changed (1) hide show
  1. whisper.h +2 -1
whisper.h CHANGED
@@ -31,7 +31,8 @@ extern "C" {
31
  //
32
  // C interface
33
  //
34
-
 
35
  //
36
  // Basic usage:
37
  //
 
31
  //
32
  // C interface
33
  //
34
+ // The following interface is thread-safe as long as the sample whisper_context is not used by multiple threads
35
+ // concurrently.
36
  //
37
  // Basic usage:
38
  //