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

pull/67/head
Georgi Gerganov 2 years ago
parent e30cf83158
commit 2d171ced32
No known key found for this signature in database
GPG Key ID: 449E073F9DC10735

@ -31,7 +31,8 @@ extern "C" {
// //
// C interface // C interface
// //
// The following interface is thread-safe as long as the sample whisper_context is not used by multiple threads
// concurrently.
// //
// Basic usage: // Basic usage:
// //

Loading…
Cancel
Save