Skip to content

Commit

Permalink
close ggerganov#32 : add comment about thread-safety of the C-style API
Browse files Browse the repository at this point in the history
  • Loading branch information
ggerganov committed Oct 18, 2022
1 parent 7a3d04b commit 01ae60d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion whisper.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ extern "C" {
//
// C interface
//

// The following interface is thread-safe as long as the sample whisper_context is not used by multiple threads
// concurrently.
//
// Basic usage:
//
Expand Down

0 comments on commit 01ae60d

Please sign in to comment.