Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-05 | In llcoromutex.h, pull in llcoro::RMutex from develop branch. | Nat Goodspeed | |
Also add develop branch's comments about llcoro::LockType being deprecated. | |||
2024-09-04 | Windows build fixes | Nat Goodspeed | |
2024-09-04 | Extract coroutine-aware synchronization primitives to new header. | Nat Goodspeed | |
Changes on new main and changes on Lua project branch combined into a header circularity. Resolved by hoisting coroutine-aware synchronization primitives out to a new llcoromutex.h file in the `llcoro` namespace, rather than being literally members of the `LLCoros` class. But retained `using` declarations in `LLCoros` for backwards compatibility. |