I'm curious what the status of C11 implementations are, specifically in regard to the optional <threads.h>
. Do any platforms currently support the interfaces? If not, are there any plans to implement the interfaces in terms of POSIX and/or WinAPI?
Is anyone else planning on using the interfaces described in C11 (thrd_t
, mtx_t
, cond_t
, etc...)?