summaryrefslogtreecommitdiffstats
path: root/base/threading/worker_pool.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove old Sleep and PostDelayedTask interfaces that use int ms instead of Ti...tedvessenes@gmail.com2012-06-211-14/+4
* Revert 140102 - Remove old PostDelayedTask interfaces that use int ms instead...asanka@chromium.org2012-06-011-4/+14
* Remove old PostDelayedTask interfaces that use int ms instead of TimeDelta.tedvessenes@gmail.com2012-06-011-14/+4
* Add TaskRunner wrapper for WorkerPool.mattm@chromium.org2012-04-251-1/+87
* Add WorkerPool::PostTaskAndReply and use in DHCP code.joi@chromium.org2011-10-141-0/+40