//! Host-facing runtime wiring helpers (**Integrating the host**).
use Arc;
use crate::;
/// Core runtime parts after builder (handler executor wired by integration layer).
/// Build [`Photon`] with the default in-process `mem` storage adapter.
///
/// # Errors
///
/// Returns an error if the operation fails.