summaryrefslogtreecommitdiff
path: root/gee/future.vala
Commit message (Expand)AuthorAgeFilesLines
* Keep the original exception in Future.map/flat_mapBrendan Long2022-09-171-2/+11
* Various English and typo fixes in the documentationReuben Thomas2020-10-231-1/+1
* Fix some delegate copying warningsRico Tzschichholz2017-09-121-1/+1
* Fix some valadocsBen Iofel2016-01-201-5/+5
* Fix valadoc syntax and extend Traversable.tee documentationMaciej Piechotka2014-09-131-31/+31
* Fix memory leak in Gee.FutureMaciej Piechotka2013-12-161-1/+16
* Rework the Futures to a new APIMaciej Piechotka2013-07-271-45/+67
* Change the scope="async" callbacks to owned, fixes bug #703802Maciej Piechotka2013-07-141-9/+9
* Rename Future.join to Future.zipMaciej Piechotka2013-07-091-3/+3
* Fix documentationMaciej Piechotka2013-07-091-2/+2
* Add Future.join functionMaciej Piechotka2013-07-091-0/+21
* Always evaluate in when_doneMaciej Piechotka2013-07-091-0/+2
* Add the light mapsMaciej Piechotka2013-07-091-1/+29
* Fix missing 'since' doc for Future and PromiseMaciej Piechotka2013-07-061-0/+1
* Fix casing of Future.flat_map (previously flatMap)Maciej Piechotka2013-07-061-1/+1
* Add futures and promises to libgeeMaciej Piechotka2013-04-181-0/+172