Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adapt close documentation to really close the flow. #49

Merged
merged 2 commits into from
Dec 19, 2023

Conversation

hannesm
Copy link
Member

@hannesm hannesm commented Dec 17, 2023

I was a bit too fast with merging #48 and cutting a release, since IMHO it is important to include the revised intended semantics of close. Does this change look good (@djs55?)? If yes, I'd be happy to merge and release as part of 4.0.0.

@hannesm hannesm merged commit fc395b9 into mirage:main Dec 19, 2023
1 check was pending
@hannesm hannesm deleted the revise-close branch December 19, 2023 12:04
hannesm added a commit to hannesm/opam-repository that referenced this pull request Dec 19, 2023
…rs (4.0.0)

CHANGES:

- Redefine `close` semantics, which no longer is a `` shutdown `read_write ``
  (mirage/mirage-flow#49 @hannesm)
- Add ``shutdown : flow -> [ `read | `write | `read_write ] -> unit Lwt.t``
  (@djs55 @hannesm mirage/mirage-flow#16 mirage/mirage-flow#18 mirage/mirage-flow#48)
- Remove SHUTDOWNABLE signature (@djs55 mirage/mirage-flow#17, rebased into mirage/mirage-flow#48)
hannesm added a commit to hannesm/opam-repository that referenced this pull request Dec 19, 2023
…rs (4.0.0)

CHANGES:

- Redefine `close` semantics, which no longer is a `` shutdown `read_write ``
  (mirage/mirage-flow#49 @hannesm)
- Add ``shutdown : flow -> [ `read | `write | `read_write ] -> unit Lwt.t``
  (@djs55 @hannesm mirage/mirage-flow#16 mirage/mirage-flow#18 mirage/mirage-flow#48)
- Remove SHUTDOWNABLE signature (@djs55 mirage/mirage-flow#17, rebased into mirage/mirage-flow#48)
nberth pushed a commit to nberth/opam-repository that referenced this pull request Jun 18, 2024
…rs (4.0.0)

CHANGES:

- Redefine `close` semantics, which no longer is a `` shutdown `read_write ``
  (mirage/mirage-flow#49 @hannesm)
- Add ``shutdown : flow -> [ `read | `write | `read_write ] -> unit Lwt.t``
  (@djs55 @hannesm mirage/mirage-flow#16 mirage/mirage-flow#18 mirage/mirage-flow#48)
- Remove SHUTDOWNABLE signature (@djs55 mirage/mirage-flow#17, rebased into mirage/mirage-flow#48)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants