mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-25 04:33:05 +00:00
add cond_wait for socket message
This commit is contained in:
@@ -19,7 +19,7 @@ struct skynet_socket_message {
|
||||
void skynet_socket_init();
|
||||
void skynet_socket_exit();
|
||||
void skynet_socket_free();
|
||||
void skynet_socket_mainloop();
|
||||
int skynet_socket_poll();
|
||||
|
||||
int skynet_socket_send(struct skynet_context *ctx, int id, void *buffer, int sz);
|
||||
int skynet_socket_listen(struct skynet_context *ctx, const char *host, int port, int backlog);
|
||||
|
||||
Reference in New Issue
Block a user