[webkit-dev] PSA: you should use WTF::Lock and WTF::Condition instead of WTF::SpinLock, WTF::Mutex, WTF::ThreadCondition, std::mutex, std::condition_variable, or std::condition_variable_any

Darin Adler darin at apple.com
Sat Aug 22 14:46:52 PDT 2015


Even if we remove the obsolete WTF classes, we might still want a checker rule about the ones in the std namespace.

— Darin


More information about the webkit-dev mailing list