pub(crate) async fn enqueue(
    queue: SharedChannel<LinearToShared<ExternalChoice<QueueOps>>>,
    val: String
)