diff options
author | Clemens Gruber <clemensgru@gmail.com> | 2013-03-26 23:22:30 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2013-03-27 09:24:49 +0100 |
commit | 142755fa5cdd2fea72c68663bfefeb9c6ccf5315 (patch) | |
tree | 41ed75e2d4471e9203e9857786eed778884e07b3 /docs/examples/README | |
parent | acafe9c160e6c299d48d72ab93fdb7abfcbf3ed2 (diff) | |
download | curl-142755fa5cdd2fea72c68663bfefeb9c6ccf5315.tar.gz |
Added libuv example multi-uv.c
Diffstat (limited to 'docs/examples/README')
-rw-r--r-- | docs/examples/README | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/examples/README b/docs/examples/README index 270048a6c..b89338f62 100644 --- a/docs/examples/README +++ b/docs/examples/README @@ -61,6 +61,7 @@ multi-debugcallback.c - a multi-interface app using the debug callback multi-double.c - a multi-interface app doing two simultaneous transfers multi-post.c - a multi-interface app doing a multipart formpost multi-single.c - a multi-interface app getting a single file +multi-uv.c - a multi-interface app using libuv multithread.c - an example using multi-treading transferring multiple files opensslthreadlock.c - show how to do locking when using OpenSSL multi-threaded persistant.c - request two URLs with a persistent connection |