Monday, May 9, 2011

Event Based Async Pattern(EAP)

The event-based asynchronous pattern (EAP) provides a simple means by which classes can offer multithreading capability without consumers needing to explicitly start or manage threads.

E.g: BackgroundThread, WebClient in System.Net

No comments:

Post a Comment