| commit | 5b997a113d011c35ecc981594c95a53d67311f83 | [log] [tgz] |
|---|---|---|
| author | Jan Schär <jan@monogon.tech> | Thu Dec 19 15:10:07 2024 +0100 |
| committer | Jan Schär <jan@monogon.tech> | Mon Dec 23 10:13:43 2024 +0000 |
| tree | 61b4a9db6eab7a23d58242a098b8a65670b181eb | |
| parent | fce7c765ace0ae7058af9498e228eca30dd4695c [diff] |
osbase/event/memory: remove Sync feature The Sync feature was unused, and I'm not sure using it anywhere is a good idea. If you really do need reliable delivery of events to multiple consumers, then you probably also would need some mechansim for a consumer to restart at the point in the history it has last seen before it failed. Removing this feature simplifies the implementation and allows new features to be implemented. Change-Id: I94731355b7208f91256bc4610cb31a2720ab6c68 Reviewed-on: https://review.monogon.dev/c/monogon/+/3717 Tested-by: Jenkins CI Reviewed-by: Lorenz Brun <lorenz@monogon.tech>
This is the main repository containing the source code for the Monogon Platform.
This is pre-release software - take a look, and check back later! In the meantime, join us on Matrix (#monogon-os-community:matrix.org) or Discord.
Our build environment is self-contained and requires only minimal host dependencies:
/dev/kvm (if you want to run tests).Our docs assume that Bazelisk is available as bazel on your PATH.
Refer to SETUP.md for detailed instructions.
The source code lives in //metropolis (Metropolis is the codename of Monogon OS).
See the //metropolis/README.md for a developer quick start guide, or see the Monogon OS Handbook for user documentation.