mirror of
https://github.com/vale981/ray
synced 2025-03-08 19:41:38 -05:00
6 lines
139 B
C
6 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);
|
|
|
|
}
|