1
2
3
4
5
mod socket;

pub fn available() -> bool {
    tokio::runtime::Handle::try_current().is_ok()
}