- 11 Mar, 2023 3 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
- 10 Mar, 2023 3 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
With `std::expected` standardized for C++23, we can now follow the API of the standard class and deprecate all legacy APIs that differ from that. Eventually, `caf::expected<T>` should become an alias for `std::expected<T, caf::error>`.
-
- 03 Mar, 2023 1 commit
-
-
Noir authored
Drop Codedocs integration
-
- 02 Mar, 2023 3 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
The `buf_` member in `from_resource` may be non-null if initializing the object in `subscribe` fails with an exception.
-
- 01 Mar, 2023 2 commits
- 28 Feb, 2023 2 commits
- 27 Feb, 2023 1 commit
-
-
Dominik Charousset authored
-
- 25 Feb, 2023 2 commits
- 24 Feb, 2023 5 commits
-
-
Dominik Charousset authored
The workers of Codedocs don't have the `dot` tool available for `doxygen`. This means all inheritance graphs consist of broken images. Further, the installed `doxygen` version on the workers is very old and doesn't seem to get updated. We host our Doxygen-generated API reference on our website now. This also allows us to have multiple versions online. Currently, we only have the latest version: 0.18.7. Close #1360.
-
Dominik Charousset authored
Co-authored-by:
Noir <josephnoir@users.noreply.github.com>
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
- 23 Feb, 2023 2 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
Limit the maximum number of actions that `scheduled_actor::delay` may add to the internal queue before being forced to push them to the mailbox instead. The new upper bound is 10. This should be small enough to break long-running activity chains early but still allow for small bursts to run without interruption. When reaching the limit, `delay` schedules the action instead of adding it to the internal queue. This avoids the risk of `scheduled_actor::run_actions` entering a busy loop that may starve other activities.
-
- 18 Feb, 2023 8 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
When receiving `on_complete` from the control observable, only set an error if we have not already started to shut down.
-
Dominik Charousset authored
-
Dominik Charousset authored
Add missing member functions to typed_actor_view
-
- 17 Feb, 2023 1 commit
-
-
Dominik Charousset authored
Co-authored-by:
Noir <josephnoir@users.noreply.github.com>
-
- 16 Feb, 2023 3 commits
-
-
Dominik Charousset authored
-
Noir authored
Fix "mutex destroyed while busy" error on MSVC
-
Dominik Charousset authored
-
- 15 Feb, 2023 4 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-