Allocate stacks with guard pages by default
[folly.git] / folly / futures / Unit.h
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2015-11-25 Yedidya FeldblumA well-known instance of folly::Unit
2015-07-21 Ondrej Leheckafixing compiler errors when compiling with Wunused...
2015-07-02 Yedidya Feldblumfolly::Unit::Drop.
2015-07-01 Hans FugalNuke Future<void> (folly/futures)
2015-06-23 Yedidya Feldbluminstance Eq Unit
2015-05-28 Hans Fugalfolly::Unit docs and use lift in is_void_or_unit
2015-05-12 Hans FugalUnit::Lift<T>
2015-05-12 Hans FugalFuture<Unit>::Future()
2015-04-27 Hans FugalIntroducing Unit!