|
|
|
|
|
by tracker1
117 days ago
|
|
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. |
|