summaryrefslogtreecommitdiffstats
path: root/libdimension/future-impl.h
Commit message (Collapse)AuthorAgeFilesLines
* Rename future-impl.h to future-internal.h.Tavian Barnes2014-04-231-53/+0
|
* Don't use pointer indirection to emulate mutable for futures.Tavian Barnes2013-03-191-3/+3
| | | | We can just cast away the const, as they're all on the heap anyway.
* Simplify future implementation.Tavian Barnes2013-03-191-4/+3
| | | | | A read-write lock was a bad idea, as most consumers are probably writers, not readers.
* Rename progress objects to future objects.Tavian Barnes2011-10-191-0/+54