mirror of
https://github.com/wassname/ray.git
synced 2026-09-12 12:51:15 +08:00
task queue tests and extensions (#18)
* task queue tests and extensions * clean up test
This commit is contained in:
committed by
Robert Nishihara
parent
313241e303
commit
7a079547b0
+1
-1
@@ -29,7 +29,7 @@ int64_t event_loop_attach(event_loop *loop,
|
||||
int fd,
|
||||
int events);
|
||||
void event_loop_detach(event_loop *loop, int64_t index, int shall_close);
|
||||
int event_loop_poll(event_loop *loop);
|
||||
int event_loop_poll(event_loop *loop, int timeout);
|
||||
int64_t event_loop_size(event_loop *loop);
|
||||
struct pollfd *event_loop_get(event_loop *loop, int64_t index);
|
||||
void event_loop_set_data(event_loop *loop, int64_t index, void *data);
|
||||
|
||||
Reference in New Issue
Block a user