extern crate alloc;
/// Trait for custom thread/task executors to spawn the background Daemon.
///
/// Decouples spawning from `DualCacheFF::new`, enabling execution on Tokio,
/// FreeRTOS tasks, Loom virtual threads, or other user-defined runtimes.
pub use DefaultSpawner;
pub use DefaultSpawner;