//local shortcuts
use crate*;
//third-party shortcuts
//standard shortcuts
//-------------------------------------------------------------------------------------------------------------------
pub type Handle = TokioHandle;
pub type Handle = WASMHandle;
//-------------------------------------------------------------------------------------------------------------------