You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
input_thread: macos: Add a missing pthread_cond_init
On macOS, don't wait on a condition that is not initialized yet.
We must initialize it at first.
ref: lemmy/BlockingQueue#3
Signed-off-by: Hiroshi Hatake <[email protected]>
0 commit comments