magnetic 2.5.2

Low-latency lock-free queues
Documentation
1
2
3
4
5
6
7
8
9
10
# Magnetic

[![Crates.io](https://img.shields.io/crates/v/magnetic)](https://crates.io/crates/magnetic)
[![Build Status](https://app.travis-ci.com/johnshaw/magnetic.svg?branch=master)](https://app.travis-ci.com/johnshaw/magnetic)
[![License](https://img.shields.io/crates/l/magnetic)](https://github.com/johnshaw/magnetic/blob/master/LICENSE)

Magnetic contains a set of high-performance queues useful for developing low-latency applications.
All queues are FIFO unless otherwise specified.

More information can be found in the [Docs](https://docs.rs/magnetic)