mirror of
https://github.com/wassname/ray.git
synced 2026-08-02 13:01:01 +08:00
7 lines
139 B
C
7 lines
139 B
C
extern "C" {
|
|
|
|
void* orch_create_context(const char* server_addr);
|
|
size_t orch_remote_call(void* context, const char* name, void* args);
|
|
|
|
}
|