Fix TimedMutex deadlock when used both from fiber and main context
Summary: TimedMutex is a fair mutex, which can cause a deadlock if same mutex is requested first in a fiber, and then in main context. Reviewed By: yfeldblum Differential Revision: D4209155 fbshipit-source-id: 0623d9a2e6a0b5cc310fb71ad1b1cf33afd6a30e
Showing
Please register or sign in to comment