mirror of
https://github.com/c-cube/ezcurl.git
synced 2026-03-13 17:16:16 -04:00
Compare commits
1 commit
4f61478bad
...
def9411b72
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
def9411b72 |
1 changed files with 1 additions and 2 deletions
|
|
@ -49,9 +49,8 @@ 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, skip
|
```ocaml
|
||||||
# #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