summaryrefslogtreecommitdiff
path: root/src/mongo/executor/async_timer_mock.h
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-2/+2
|
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
|
* SERVER-34730 Delete NetworkInterfaceASIOJonathan Reams2018-05-161-7/+1
|
* SERVER-28300 Implement mock libraries to test logical session cacheSamantha Ritter2017-06-051-0/+10
|
* SERVER-29114 Fix PeriodicRunnerASIO and testsamantharitter2017-05-151-1/+1
|
* SERVER-29009 Add ability for AsyncTimers to be resetsamantharitter2017-05-051-5/+9
|
* SERVER-26662 NIA gets time from timer factoryMatt Cotter2016-10-261-0/+7
| | | | | | This way when the timer factory is mocked, the network interface's `now` method can reflect the mocked time. This fixes a hang in the network interface asio unit test.
* SERVER-25865 stdx::unordered_map and stdx::unordered_setDavid Storch2016-09-081-2/+2
| | | | | On Windows, these are aliases for boost containers. On other platforms they are aliases for std containers.
* SERVER-20143 Strand NetworkInterfaceASIOJason Carey2015-11-091-1/+1
| | | | | | | Add strands (and an option for multiple io workers) in NetworkInterfaceASIO. strands are an asio specific mechanism for ensuring thread safety.
* SERVER-20465 Cancel AsyncOp timeouts when operation completessamantharitter2015-09-181-1/+9
|
* SERVER-19438 Add the ability to mock timers underneath NetworkInterfaceASIOSamantha Ritter2015-09-171-0/+128