Commit Graph

5 Commits

Author SHA1 Message Date
edef 8515bf0fa1 closure syntax changed 2015-02-23 23:14:58 -05:00
edef a54e573073 Rust updates 2015-02-02 14:17:23 -05:00
edef 299a0a5d98 complete rewrite!
featuring 7ns inlineable context switches, no more separately-built
assembly objects, and a vastly nicer interface.
incontext/outcontext are no more, context switch calls now take a single
context structure, which functions as both.
everything now also functions without any heap allocations -- for the
context setup, only an FnOnce() value is necessary.
2015-01-14 11:27:43 +01:00
edef 5cf3a35d65 move the benchmarks around a little 2015-01-14 07:01:43 +01:00
edef e9d6146b5b initial commit 2014-12-23 04:27:28 +01:00