Showing results for tag: #closures
Apr 25, 2024
Closures - Part 2: Performance implications
#internals | #lowlevel | #csharp | #closuresIf you're coding in a resource-saving mission-critical way and want to avoid the default closure capture for any reason, consider reading further.
Apr 24, 2024
Closures - Part 1: Lifting the hood
#internals | #lowlevel | #csharp | #closuresClosure is not something new. In fact, closures has been around for several years. Pretty much all programming languages have closures.