An open API service indexing awesome lists of open source software.

https://github.com/rufflewind/synchrotron

A single-threaded busy-wait task scheduler.
https://github.com/rufflewind/synchrotron

Last synced: about 1 year ago
JSON representation

A single-threaded busy-wait task scheduler.

Awesome Lists containing this project

README

          

# `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)
[![Build Status](https://github.com/Rufflewind/synchrotron/actions/workflows/build.yml/badge.svg)](https://github.com/Rufflewind/synchrotron/actions/workflows/build.yml)

[Documentation for the `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.