Login
From:
grijjy blog
(Uncensored)
subscribe
Lightweight Multicast Events – grijjy blog
https://blog.grijjy.com/2023/04/27/lightweight-multicast-events/
links
backlinks
Tagged with:
generics
delphi
custom managed records
nested types
variant records
operator overloading
Roast topics
Find topics
Find it!
A multicast event is an event that can have multiple listeners (or event handlers). Some languages (such as .NET languages) have built-in support for multicast events. This article shows an impleme…