mirror of
https://github.com/c-cube/ezcurl.git
synced 2026-03-13 00:56:20 -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.
|
||||
This makes it easy to run several queries in parallel:
|
||||
|
||||
```ocaml, skip
|
||||
```ocaml
|
||||
# #require "ezcurl-lwt";;
|
||||
|
||||
# let urls = [
|
||||
"https://en.wikipedia.org/wiki/CURL";
|
||||
"https://en.wikipedia.org/wiki/OCaml";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue