Even sig_atomic_t is helpless in the face of multi-threading. Until comparatively recently, the C++ standard was entirely silent on how two threads manipulating the same memory would interact. C++11 started talking about it, and I assume recent C standards do, too?
But I'll bet Bind expects to compile and run on older compilers, too!
Multi-threading is an intensely subtle and perilous field. Getting it right keeps me in good money.
no subject
Date: 2016-05-20 08:46 (UTC)But I'll bet Bind expects to compile and run on older compilers, too!
Multi-threading is an intensely subtle and perilous field. Getting it right keeps me in good money.