switchyard 0.1.1

Real-time compute focused async executor
Documentation
# Changelog


All notable changes to this project will be documented in this file.

The format is loosely based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to cargo's version of [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

- [Unreleased]#unreleased
- [v0.1.0]#v010
- [Diffs]#diffs

## Unreleased


## v0.1.1


Released 2020-11-21

#### Updated

- Updated `parking_lot` to `0.11`
- Updated `futures-intrusive` to `0.4`

## v0.1.0


Released 2020-10-02

#### Added

- First release of `switchyard`.

## Diffs


- [Unreleased]https://github.com/BVE-Reborn/switchyard/compare/v0.1.1...HEAD
- [v0.1.1]https://github.com/BVE-Reborn/switchyard/compare/v0.1.0...v0.1.1