@@ -97,6 +97,7 @@ See [Awesome Multicore OCaml][] for links to work migrating other projects to Ei
97
97
- [ Eio_posix] [ ] provides a cross-platform backend for these APIs for POSIX-type systems.
98
98
- [ Eio_linux] [ ] provides a Linux io-uring backend for these APIs,
99
99
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 ) ).
100
101
- [ Eio_main] [ ] selects an appropriate backend (e.g. ` eio_linux ` or ` eio_posix ` ), depending on your platform.
101
102
102
103
## Getting OCaml 5.0
@@ -1859,8 +1860,9 @@ Some background about the effects system can be found in:
1859
1860
[ Eio.Domain_manager ] : https://ocaml-multicore.github.io/eio/eio/Eio/Domain_manager/index.html
1860
1861
[ Eio.Promise ] : https://ocaml-multicore.github.io/eio/eio/Eio/Promise/index.html
1861
1862
[ 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
1863
1864
[ 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
1864
1866
[ Eio_main ] : https://ocaml-multicore.github.io/eio/eio_main/Eio_main/index.html
1865
1867
[ Eio.traceln ] : https://ocaml-multicore.github.io/eio/eio/Eio/index.html#val-traceln
1866
1868
[ 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:
1874
1876
[ kcas ] : https://github.com/ocaml-multicore/kcas
1875
1877
[ Meio ] : https://github.com/tarides/meio
1876
1878
[ 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
1878
1880
[ Dev meetings ] : https://docs.google.com/document/d/1ZBfbjAkvEkv9ldumpZV5VXrEc_HpPeYjHPW_TiwJe4Q
0 commit comments