blob: 49811a4dd4ed3c02a5ae04a0356274de14dc949e (
plain)
1
2
3
4
5
6
7
8
9
10
|
A demo to illustrate how nested callbacks work, and how the size of
the thread pool affects the maximum nesting depth.
To run the demo, first start the server:
$ java Server
In a separate window, start the client:
$ java Client
|