huskies: merge 906

This commit is contained in:
dave
2026-05-12 17:16:22 +00:00
parent 148ce37beb
commit b940b95ec3
4 changed files with 62 additions and 12 deletions
+7
View File
@@ -29,6 +29,13 @@ mod tests;
pub use init::init;
/// Subscribe to CRDT state-transition events.
///
/// Returns `None` if the CRDT layer has not been initialised yet.
pub fn subscribe() -> Option<broadcast::Receiver<super::types::CrdtEvent>> {
statics::CRDT_EVENT_TX.get().map(|tx| tx.subscribe())
}
pub(super) use apply::{apply_and_persist, emit_event};
pub(super) use indices::{
rebuild_active_agent_index, rebuild_agent_throttle_index, rebuild_gateway_project_index,