Skip to content

Commit

Permalink
Merge pull request #10 from talex5/release
Browse files Browse the repository at this point in the history
Prepare release
  • Loading branch information
talex5 authored Jun 21, 2022
2 parents 45ffdf3 + 7029ece commit 7e8a11e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## v0.2

- Add some tests and documentation of the internals (@talex5 #9).

- Bridge Eio and Lwt cancellation (@talex5 #8).
- Cancelling a `run_lwt` Fiber cancels the Lwt promise.
- Cancelling a `run_eio` promise cancels the Eio fiber.

- Add `run_lwt` for consistency with `run_eio` and Async_eio (@talex5 #8).

- Add `Lwt_eio.Token.t` token to ensure library is initialised (@talex5 #5).
`with_event_loop` now passes a `Lwt_eio.Token.t` to its callback.

- Update to Eio 0.2 (@talex5 #4).
Eio 0.2 renamed "fibre" to "fiber". This fixes the deprecation warning.

## v0.1

- Initial release.
1 change: 1 addition & 0 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
(license ISC)
(authors "Thomas Leonard")
(maintainers "talex5@gmail.com")
(documentation "https://ocaml-multicore.github.io/lwt_eio")
(package
(name lwt_eio)
(synopsis "Run Lwt code within Eio")
Expand Down
1 change: 1 addition & 0 deletions lwt_eio.opam
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ maintainer: ["talex5@gmail.com"]
authors: ["Thomas Leonard"]
license: "ISC"
homepage: "https://github.com/ocaml-multicore/lwt_eio"
doc: "https://ocaml-multicore.github.io/lwt_eio"
bug-reports: "https://github.com/ocaml-multicore/lwt_eio/issues"
depends: [
"dune" {>= "2.9"}
Expand Down

0 comments on commit 7e8a11e

Please sign in to comment.