In #687 (comment) @KevinEady mentioned that he has reimplemented ThreadSafeFunction as a subclass of ThreadSafeFunctionEx but that doing so requires gcc >= 6, whereas our CI is at gcc 4.8.4. Would it be possible to
- upgrade our CI's gcc, and
- Mention for our upcoming major release that it requires gcc >= 6
Since Node.js itself requires gcc >= 6.3.1 (IINM) it might make sense for us to follow suit.
@mhdawson WDYT?
In #687 (comment) @KevinEady mentioned that he has reimplemented
ThreadSafeFunctionas a subclass ofThreadSafeFunctionExbut that doing so requires gcc >= 6, whereas our CI is at gcc 4.8.4. Would it be possible toSince Node.js itself requires gcc >= 6.3.1 (IINM) it might make sense for us to follow suit.
@mhdawson WDYT?