allow AsyncSignalHandler to attach and detach from an EventBase
[folly.git] / folly / Expected.h
2017-04-14 Andrew KriegerSuppress more warnings for MSVC
2017-04-14 Mark WilliamsRevert D4805628: [folly] Suppress more warnings for...
2017-04-14 Andrew KriegerSuppress more warnings for MSVC
2017-01-04 Yedidya Feldblum2017
2016-12-19 Eric Nieblerrename ExpectedStorage::isThis to isSelfAssign so that...
2016-10-25 Philip Proninfix Expected<..., eUnion> move / copy ctor
2016-09-16 Eric Nieblerwork around LLVM#30305 in folly::Expected, use unified...
2016-08-18 Christopher DykesFix folly::Expected under MSVC
2016-08-15 Eric NieblerAdd folly::Expected, an alternative to exceptions for...