Skip to content

Use SemaphoreSlim instead of lock()#26

Open
nvandamme wants to merge 2 commits intoPimDeWitte:masterfrom
nvandamme:master
Open

Use SemaphoreSlim instead of lock()#26
nvandamme wants to merge 2 commits intoPimDeWitte:masterfrom
nvandamme:master

Conversation

@nvandamme
Copy link

To enhance performances, avoid classic lock and use a SemaphoreSlim(1,1) light lock.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant