Package-level declarations
Types
Link copied to clipboard
A process-wide CoroutineScope that outlives individual ViewModels and UI components.
Link copied to clipboard
class CoreCommonModule
Link copied to clipboard
Process-lifetime scope owned by the mesh service, distinct from ApplicationCoroutineScope and from the DataStore scope. Backed by a SupervisorJob so one failed child does not tear down the rest of the service.
Properties
Functions
Link copied to clipboard
Presents an existing scope as ServiceScope; the wrapper adds nothing but identity.