rpc : implement event and async backend APIs (#18626)

* rpc : implement event and async backend APIs

* cache responses from RPC_CMD_GET_ALLOC_SIZE
This commit is contained in:
Radoslav Gerganov
2026-08-26 17:34:46 +03:00
committed by GitHub
parent 4d19b28769
commit d0132a680a
2 changed files with 443 additions and 166 deletions
+2 -2
View File
@@ -6,8 +6,8 @@
extern "C" {
#endif
#define RPC_PROTO_MAJOR_VERSION 5
#define RPC_PROTO_MINOR_VERSION 1
#define RPC_PROTO_MAJOR_VERSION 6
#define RPC_PROTO_MINOR_VERSION 0
#define RPC_PROTO_PATCH_VERSION 0
#ifdef __cplusplus