oxanus 2.0.0

DEPRECATED: renamed to oxana. Use oxana 2.x instead.
Documentation
1
2
3
4
5
6
7
use tokio::sync::OwnedSemaphorePermit;

#[derive(Debug)]
pub struct WorkerJob {
    pub job_id: String,
    pub permit: OwnedSemaphorePermit,
}