mirror of
https://github.com/c-cube/ezcurl.git
synced 2026-03-13 09:06:18 -04:00
Compare commits
2 commits
def9411b72
...
4f61478bad
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4f61478bad | ||
|
|
1d176da7e6 |
1 changed files with 2 additions and 1 deletions
|
|
@ -49,8 +49,9 @@ Using `ezcurl-lwt`, a module `Ezcurl_lwt` becomes available, with
|
||||||
functions that are similar to the ones in `Ezcurl` but are non blocking.
|
functions that are similar to the ones in `Ezcurl` but are non blocking.
|
||||||
This makes it easy to run several queries in parallel:
|
This makes it easy to run several queries in parallel:
|
||||||
|
|
||||||
```ocaml
|
```ocaml, skip
|
||||||
# #require "ezcurl-lwt";;
|
# #require "ezcurl-lwt";;
|
||||||
|
|
||||||
# let urls = [
|
# let urls = [
|
||||||
"https://en.wikipedia.org/wiki/CURL";
|
"https://en.wikipedia.org/wiki/CURL";
|
||||||
"https://en.wikipedia.org/wiki/OCaml";
|
"https://en.wikipedia.org/wiki/OCaml";
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue