C API, calling k within a thread
I am running a single threaded C++ program which publishes tables A and B. I am using the k function below to publish the updates asynchronously. k(-handle, (S)".u.upd", ks((S)table_name), data, (K)0) I am not explicitly calling r0(data) on the data ...