darui.work is one of the many independent Mastodon servers you can use to participate in the fediverse.

Administered by:

Server stats:

1
active users

こあ

try
{
await semaphore.WaitAsync();
....
}
finally
{
semaphore.Release();
}

こういうの見てるとやっぱ RAII したくなりますよね