libfringe/src
edef 661872f725 Don't implement Send at all
On hosted platforms, libstd allows safely borrowing values from TLS with
'thread lifetime and without a Sync bound. As a result, we can't
guarantee that sending a generator across threads won't create dangling
references or data races. In freestanding environments, the notion of
thread-safety is likely to be defined by the consumer of libfringe,
so our Send bounds and implementation are unlikely to be meaningful
anyway.
2017-03-06 09:21:08 +01:00
..
arch Fix should_panic attributes 2017-02-25 14:24:36 +01:00
debug use valgrind_request from crates.io 2016-08-30 13:43:51 -04:00
stack Clean up the stack implementations 2016-09-30 21:39:15 -04:00
generator.rs Don't implement Send at all 2017-03-06 09:21:08 +01:00
lib.rs Clean up the stack implementations 2016-09-30 21:39:15 -04:00