Home › Forums › kdb+ › C API, calling k within a thread › Re: C API, calling k within a thread
-
How is the thread started? It is only safe to call k(…) from a thread started by q itself. So it’s OK to call from C functions called by .z.pg regardless of multithreaded input mode, but it should not be called from a std::thread.