.NET core Semaphore and SemaphoreSlim works on a linux server

Viewed 518

In the microsoft documentation says that the method works on top of win32, I would like to know if I can use it on linux? If I publish my application with these methods on the linux server could it be a problem?

0 Answers
Related