//! The `lucidity-core` crate. Abstracts away core functionality, and functionality for build scripts.
use Duration;
use ;
pub use lunatic;
pub use rand;
pub use serde;
/// A job is a process that can be spawned and shutdown.
///
/// This type is usually created with the [`lucidity::job`] macro on the async methods.