synchrotron 0.1.0

A single-threaded busy-wait executor based on futures
Documentation
# `synchrotron`

[![Documentation](https://docs.rs/synchrotron/badge.svg)](https://docs.rs/synchrotron)
[![Crates.io](https://img.shields.io/crates/v/synchrotron.svg)](https://crates.io/crates/synchrotron)
[![Travis CI Build Status](https://travis-ci.org/Rufflewind/synchrotron.svg?branch=master)](https://travis-ci.org/Rufflewind/synchrotron)

[Documentation for `master` branch](https://rufflewind.com/synchrotron)

An simple busy-wait executor based on [`futures`](https://crates.io/crates/futures) that runs on a single thread.