1 write to semaphore
Microsoft.Maui.Essentials (1)
TextToSpeech\TextToSpeech.shared.cs (1)
174
semaphore
= new SemaphoreSlim(1, 1);
4 references to semaphore
Microsoft.Maui.Essentials (4)
TextToSpeech\TextToSpeech.shared.cs (4)
173
if (
semaphore
== null)
178
await
semaphore
.WaitAsync(cancelToken);
183
if (
semaphore
.CurrentCount == 0)
184
semaphore
.Release();