Commit 9ecfc511 authored by Dominik Charousset's avatar Dominik Charousset

Document recent fixes and additions

parent ac932d68
......@@ -16,6 +16,10 @@ is based on [Keep a Changelog](https://keepachangelog.com).
unreachable if other actors no longer reference it.
- Typed actors that use a `typed_actor_pointer` can now access the
`run_{delayed,scheduled}` member functions.
- Typed response handles received support for converting them to observable or
single objects.
- Typed actors that use the type-erased pointer-view type received access to the
new flow API functions (e.g., `make_observable`).
### Fixed
......@@ -32,6 +36,7 @@ is based on [Keep a Changelog](https://keepachangelog.com).
operators that use the `ucast` operator internally.
- The `mcast` and `ucast` operators now stop calling `on_next` immediately when
disposed.
- Actors no longer terminate despite having open streams (#1377).
## [0.19.0-rc.1] - 2022-10-31
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment