> Is co::Node , co::LocalNode, eq::Node multithread save? (save per thread) or I must use lunchbox::Lock when I am using that in threads ?
All operations are thread-safe when using different instances. Some operations are thread-safe on a single instance and are documented in the API documentation. For all others it's safer to assume they are not thread-safe, even though some are. We in doubt, ask here.