1
0
Fork 0
forked from wry/wry
Commit graph

12 commits

Author SHA1 Message Date
5a3b2a483b
cpu_worker: move runtime into workspace crate 2026-05-29 11:18:35 -04:00
Julian Orth
34914eccb0 all: simplify handling of Errno values 2026-04-02 19:00:42 +02:00
Julian Orth
73451550ba utils: add pipe util 2026-02-24 17:13:43 +01:00
Julian Orth
0f2d63ef44 cpu-worker: clear tasks on shutdown 2025-07-19 00:34:44 +02:00
Julian Orth
09e5f89174 all: use trait upcasting 2025-04-03 17:03:32 +02:00
Julian Orth
3338909170 all: set rust edition to 2024 2025-02-21 10:44:29 +01:00
Julian Orth
a9aad0c613 it: wait for async engine and cpu worker to become idle 2024-09-28 22:28:30 +02:00
Julian Orth
58f82d889b cpu_worker: fix blocking wait for completions
io_uring reads of eventfds must not be mixed with blocking reads since
io_uring might be reading in a thread, stealing events from the blocking
read.
2024-09-28 22:26:26 +02:00
Julian Orth
ccad3cf0fb all: use tracy for tracing 2024-09-15 18:08:54 +02:00
Julian Orth
ece56d91d3 shm: close client buffers in the cpu worker 2024-09-09 11:14:39 +02:00
Julian Orth
37fb45df00 vulkan: add an async allocator 2024-09-08 19:32:10 +02:00
Julian Orth
ed4ef3c8e7 cpu_worker: add worker-thread framework 2024-09-08 14:29:49 +02:00