libqueued 0.13.0

Library for queued
Documentation
1
2
3
4
5
6
7
8
9
#[derive(Clone, Copy, PartialEq, Eq, Hash, Debug)]
pub enum OpError {
  InvalidPollTag,
  MessageNotFound,
  Suspended,
  Throttled,
}

pub type OpResult<T> = Result<T, OpError>;