You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Queue<T> class (and compositions thereof) can be enhanced to allow more than one type to be queued. In short, this is accomplished by using a Carrier-class and a base class that 'executes' the carried event via a known interface.
The text was updated successfully, but these errors were encountered:
The
Queue<T>
class (and compositions thereof) can be enhanced to allow more than one type to be queued. In short, this is accomplished by using a Carrier-class and a base class that 'executes' the carried event via a known interface.The text was updated successfully, but these errors were encountered: