A Rust library implementing safe, lightweight context switches, without relying on kernel services
 
 
Go to file
edef af7e9ea67c add FreeBSD + DragonFlyBSD MAP_STACK workaround
http://lists.freebsd.org/pipermail/freebsd-bugs/2011-July/044840.html
according to libgreen, DragonFlyBSD suffers from this too
2015-04-16 07:59:59 -04:00
benches move os::Stack behind the facade, to OsStack 2015-04-16 07:44:07 -04:00
examples move os::Stack behind the facade, to OsStack 2015-04-16 07:44:07 -04:00
src add FreeBSD + DragonFlyBSD MAP_STACK workaround 2015-04-16 07:59:59 -04:00
.editorconfig add .editorconfig 2015-04-16 04:17:55 -04:00
.gitignore initial commit 2014-12-23 04:27:28 +01:00
Cargo.toml make Valgrind optional 2015-04-16 03:22:57 -04:00
LICENSE include valgrind.h, so we don't depend on Valgrind at build time 2015-04-16 04:32:56 -04:00
build.rs add license headers to every file 2015-04-16 06:08:44 -04:00