Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-02 | Merge remote-tracking branch 'origin/main' into DRTVWR-559 | Brad Linden | |
2022-10-25 | SL-18438 Mac build fix | Andrey Lihatskiy | |
2022-05-31 | SL-17484 Fix for unit tests. Deprecate non-threaded LLQueuedThread and make ↵ | Dave Parks | |
lllfsthread threaded. | |||
2021-02-11 | SL-14807 Adjusted unit test | Andrey Kleshchev | |
2020-03-25 | DRTVWR-476: Introduce LLCoprocedureManager::close(). Use in tests. | Nat Goodspeed | |
The new close(void) method simply acquires the logic from ~LLCoprocedureManager() (which now calls close()). It's useful, even if only in test programs, to be able to shut down all existing LLCoprocedurePools without having to name them individually -- and without having to destroy the LLCoprocedureManager singleton instance. Deleting an LLSingleton should be done only once per process, whereas test programs want to reset the LLCoprocedureManager after each test. | |||
2020-03-25 | DRTVWR-476: Re-enable an llcoproceduremanager_test case. | Nat Goodspeed | |
Use new Sync class to make the driving logic wait for the coprocedure to run. | |||
2020-03-25 | [DRTVWR-476] - temp fix to test. comment it out. access violation in release | Anchor | |
2020-03-25 | [DRTVWR-476] - temp fix to a test | Anchor | |
2020-03-25 | [DRTVWR-476] - update cef, fix merge | Anchor | |
2020-03-25 | First draft of boost::fibers::unbuffered_channel based implementation of ↵ | Brad Kittenbrink | |
LLCoprocedureManager | |||
2020-03-25 | Lint fixes on new test file. | Brad Kittenbrink | |
2020-03-25 | Attempt to close LLEventCoro's LLBoundListener connection when promise has ↵ | Brad Kittenbrink | |
been fulfilled. | |||
2020-03-25 | Began work for adding a test covering LLCoprocedureManager | Brad Kittenbrink | |