You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rkdb is a wrapper around k.h. So you can use the negative handle to fire and forget commands to kdb.
handle = open_connection(port = 8888)
execute(-handle,'b:1 2 3') # this is possible
But if you want to 'wait' for the kdb process to come back to you this has not been implemented yet. Implementation should be fairly easy. Perhaps we can label this as enhancement.
I see some mention of async calls.
Is it possible to query data asynchronously through R?
Thanks!
The text was updated successfully, but these errors were encountered: