-
Notifications
You must be signed in to change notification settings - Fork 27
threads
Guillermo Calvo edited this page Feb 27, 2019
·
3 revisions
📝:
If you are using threads in your program, you must enable the thread-safe version of the library by defining E4C_THREADSAFE
at compiler level.
The usage of the framework does not vary between single and multithreaded programs. The same semantics apply. The only caveat is that the behavior of signal handling is undefined in a multithreaded program so use this feature with caution.