logoalt Hacker News

tracker1yesterday at 4:03 PM0 repliesview on HN

One minor niggle on freeing resources... I'm hoping it becomes more popular with libraries, but there's using/await using with disppse/disposeAsync which works similarly to C#'s use of using.

I'm working on a db driver that uses it by convention as part of connection/pool usage cleanup.