You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
FParkingLot is a framework for building locks and other synchronization primitives, based on WTF::ParkingLot from WebKit. FMutex is a one-byte mutex that is neither fair nor recursive, based on WTF::Lock from WebKit. TUniqueLock and TDynamicUniqueLock are generic types to manage mutex locking, based on std::unique_lock. #preflight 63fe76cbae54ee4ce9db2ca6 #rb Andriy.Tylychko, Phil.Pizlo [CL 24552008 by devin doucette in ue5-main branch]