Module shared_object

Source
Expand description

Enhanced shared object implementation with application-specific logic

Re-exports§

pub use crate::shared::SharedObjectId;

Structs§

ApplicationObjectRegistry
Registry for managing application objects
SimpleSharedNumber
Simple shared number object for testing (equivalent to Python SimpleSharedNumber)

Traits§

ApplicationObject
Enhanced shared object trait with application-specific functionality