summaryrefslogtreecommitdiffstats
path: root/base/barrier_closure_unittest.cc
Commit message (Collapse)AuthorAgeFilesLines
* Add a BarrierClosure.groby@chromium.org2013-08-241-0/+36
Chromium frequently needs to execute a "final" closure once a given number of other callbacks have run. BarrierClosure encapsulates that logic while staying as light-weight as possible. TBR=gbillock@chromium.org, willchan@chromium.org BUG=none Review URL: https://chromiumcodereview.appspot.com/22859056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@219446 0039d316-1c4b-4281-b951-d872f2087c98