blob: 60e7c9b734aa5424fe97b77501296a31124605b7 (
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:
$ server
In a separate window, start the client:
$ client
|