Vaci
Vaci
Add overrides so that kj::evalLater() and kj::evalLast() can be used to obtain a promise without requiring a (dummy) function. This proves useful when I was implementing some retry logic with...
Generate AnyStruct and AnyList types.
Is it possible to implement a server for a generic Capnproto interface using pycapnp? I suspect that designating the concrete type parameters is not currently possible, but I'd settle for...
I'm attempting to use gradle2nix to build a large project, https://github.com/real-logic/aeron. Most of the dependencies seem to be processed successfully, but I get an odd error with the buildSrc sub-project,...
Hi, I'm attempting to install gradle2nix directly from the latest github release, tag. I'm using the following command: `nix-env --option sandbox false -if "https://github.com/tadfisher/gradle2nix/archive/master.tar.gz"` However, the build gives the following...
In order to implement the RPC features of Capnproto in Java, the most intrusive change to the existing codebase is to imbue builders and readers with the tables for tracking...
The ping_pong_raw example doesn't check the HAVE_SENDMMSG build macro, so it fails to build on my system which lacks that call: aeron/aeron-samples/src/main/c/raw/ping_pong_raw.c: In function 'aeron_ping_pong_raw_sendmmsg': aeron/aeron-samples/src/main/c/raw/ping_pong_raw.c:169:26: warning: implicit declaration of...
If my program holds a pointer to an image that was returned by a call to `aeron_subscription_image_by_session_id`, how can the image be released if it becomes unavailable? The documentation for...