diff --git a/src/Sdcb.OpenVINO/InferRequest.cs b/src/Sdcb.OpenVINO/InferRequest.cs index b551803..b550473 100644 --- a/src/Sdcb.OpenVINO/InferRequest.cs +++ b/src/Sdcb.OpenVINO/InferRequest.cs @@ -73,6 +73,7 @@ public unsafe void Run() /// Use it with caution and make sure you understand the risks before invoking this function. /// /// A representing the asynchronous inference operation. + [Obsolete("This method contains some unstable and hacky mechanisms that may potentially lead to crashes in your program. Use it with caution and make sure you understand the risks before invoking this function.")] public async Task RunAsync(CancellationToken cancellationToken = default) { if (cancellationToken.IsCancellationRequested)