Skip to content
Snippets Groups Projects
Commit 08cb181a authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

Merge.

parent 63efddb7
No related branches found
No related tags found
No related merge requests found
......@@ -113,7 +113,6 @@ extern struct fiber *fiber;
void fiber_init(void);
struct fiber *fiber_create(const char *name, int fd, int inbox_size, void (*f) (void *), void *);
void fiber_destroy_all();
void wait_for(int events);
void wait_for_child(pid_t pid);
void unwait(int events);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment