Tyrrrz / DiscordChatExporter

Exports Discord chat logs to a file
MIT License
7.29k stars 668 forks source link

Switch from SemaphoreSlim lock to AsyncNonKeyedLocker #1184

Closed MarkCiliaVincenti closed 3 months ago

MarkCiliaVincenti commented 6 months ago

The latest version of AsyncKeyedLock now supports a non-keyed lock with a very similar interface that streamlines the code.

MarkCiliaVincenti commented 3 months ago

@Tyrrrz are you interested in such PRs? You will gain performance from this update. Furthermore 6.4.2 is out.

Tyrrrz commented 3 months ago

Hi @MarkCiliaVincenti. I was planning to set up Rennovate so that package updates are automatic in the future, but it's been stuck on my backlog for now. I'll merge this in the time being.