Home
last modified time | relevance | path

Searched refs:child_worker (Results 1 – 2 of 2) sorted by relevance

/libuv/docs/code/multi-echo-server/
H A Dmain.c9 struct child_worker { struct
42 struct child_worker *worker = &workers[round_robin_counter]; in on_new_connection()
73 workers = calloc(cpu_count, sizeof(struct child_worker)); in setup_workers()
75 struct child_worker *worker = &workers[cpu_count]; in setup_workers()
/libuv/docs/src/guide/
H A Dprocesses.rst383 The ``child_worker`` structure wraps the process, and the pipe between the

Completed in 4 milliseconds