Skip to content

Commit 85adab3

Browse files
authored
Merge pull request #541 from talex5/release
Update documentation for Eio 0.10
2 parents 687ebf9 + 081e754 commit 85adab3

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## v0.10
2+
13
New features / API changes:
24

35
- Add `Eio.Process` for cross-platform subprocess support (@patricoferris @talex5 #499, reviewed by @anmonteiro @avsm @haesbaert).

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ See [Awesome Multicore OCaml][] for links to work migrating other projects to Ei
9797
- [Eio_posix][] provides a cross-platform backend for these APIs for POSIX-type systems.
9898
- [Eio_linux][] provides a Linux io-uring backend for these APIs,
9999
plus a low-level API that can be used directly (in non-portable code).
100+
- [Eio_windows][] is for use on Windows (incomplete - [help wanted](https://github.com/ocaml-multicore/eio/issues/125)).
100101
- [Eio_main][] selects an appropriate backend (e.g. `eio_linux` or `eio_posix`), depending on your platform.
101102

102103
## Getting OCaml 5.0
@@ -1859,8 +1860,9 @@ Some background about the effects system can be found in:
18591860
[Eio.Domain_manager]: https://ocaml-multicore.github.io/eio/eio/Eio/Domain_manager/index.html
18601861
[Eio.Promise]: https://ocaml-multicore.github.io/eio/eio/Eio/Promise/index.html
18611862
[Eio.Stream]: https://ocaml-multicore.github.io/eio/eio/Eio/Stream/index.html
1862-
[Eio_posix]: https://github.com/ocaml-multicore/eio/blob/main/lib_eio_posix/eio_posix.mli
1863+
[Eio_posix]: https://ocaml-multicore.github.io/eio/eio_posix/Eio_posix/index.html
18631864
[Eio_linux]: https://ocaml-multicore.github.io/eio/eio_linux/Eio_linux/index.html
1865+
[Eio_windows]: https://github.com/ocaml-multicore/eio/blob/main/lib_eio_windows/eio_windows.mli
18641866
[Eio_main]: https://ocaml-multicore.github.io/eio/eio_main/Eio_main/index.html
18651867
[Eio.traceln]: https://ocaml-multicore.github.io/eio/eio/Eio/index.html#val-traceln
18661868
[Eio_main.run]: https://ocaml-multicore.github.io/eio/eio_main/Eio_main/index.html#val-run
@@ -1874,5 +1876,5 @@ Some background about the effects system can be found in:
18741876
[kcas]: https://github.com/ocaml-multicore/kcas
18751877
[Meio]: https://github.com/tarides/meio
18761878
[Lambda Capabilities]: https://roscidus.com/blog/blog/2023/04/26/lambda-capabilities/
1877-
[Eio.Process]: https://github.com/ocaml-multicore/eio/blob/main/lib_eio/process.mli
1879+
[Eio.Process]: https://ocaml-multicore.github.io/eio/eio/Eio/Process/index.html
18781880
[Dev meetings]: https://docs.google.com/document/d/1ZBfbjAkvEkv9ldumpZV5VXrEc_HpPeYjHPW_TiwJe4Q

0 commit comments

Comments
 (0)