I want to notify my class event subscribers without delay and at the same time.
Should I run my own event handler; use some of FCL that support parallelism; or do the default built-in System.EventHandler<T>support this way of event notification?
source
share