4 stable releases

Uses old Rust 2015

1.3.0 Jan 4, 2018
1.2.0 Dec 25, 2017
1.1.0 Jun 20, 2017
1.0.0 Jun 19, 2017

#700 in Concurrency

Apache-2.0/MIT

7KB

This is the README file for the sleepfast distribution. sleepfast is a library for pausing the processor temporarily and deeply.

Copyright (C) 2017 Steven Stewart-Gallus

Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved.

sleepfast pauses the processor using nop or pause instructions. As well, it unrolls the sleep loop and uses a Duff Device like construction to avoid loop counter management overhead.

sleepfast is free software. See the file COPYING for copying conditions.

No runtime deps