Files
lix/tests
eldritch horrors 9bd9947f41 libutil: add a zero-copy async pipe
rpc will often need to transfer data received on push-bashed interfaces
to consumers that expect input stream sources, which are pull-based. we
want to avoid copies for performance reasons (since kj overhead as kind
of on the high side for us already), so we'll use a shared-buffer class
that behaves much like a mutex. we *don't* use mutexes because ours are
cross-thread-capable and thus require syscalls for all wakeups they do.

Change-Id: I3b14925f5d9f5e07ea2cafdf00a88a64f79e4742
2026-07-16 12:09:24 +00:00
..
2026-07-15 10:53:10 +00:00
2026-07-15 10:53:10 +00:00
2025-12-17 20:59:59 +01:00
2026-07-11 21:18:59 +02:00
2026-07-16 12:09:24 +00:00