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

This commit is contained in:
Georgi Gerganov 2022-10-18 18:27:57 +03:00
parent e30cf83158
commit 2d171ced32
No known key found for this signature in database
GPG Key ID: 449E073F9DC10735

View File

@ -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:
//