mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-04-25 13:30:12 +00:00
close #32 : add comment about thread-safety of the C-style API
This commit is contained in:
parent
e30cf83158
commit
2d171ced32
@ -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:
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user