Use =default for skeleton copy constructor
[ACE_TAO.git] / ACE / examples / Reactor / README
blobeb5f6cb8443dd77b57f6516735cd109a3187246b
3 This directory contains subdirectories that test the ACE Reactor and Proactor
5   . Dgram
6     Tests the CODgram and Dgram classes with the Reactor.
8   . Misc
9     Various miscellaneous tests of Reactor functionality
10     (e.g., signals, timers, notification, etc.).
12   . Multicast
13     Tests out the ACE multicast capabilities in conjunction
14     with the Reactor.
16   . Ntalker
17     A program that implements a multicast "chat" program.
20   . Proactor
21     A program that illustrates the "Proactive" version of
22     the Reactor