async-ucx icon indicating copy to clipboard operation
async-ucx copied to clipboard

Asynchronous Rust bindings for UCX

Results 4 async-ucx issues
Sort by recently updated
recently updated
newest added

Hello there, I am currently working on a project that involves the use of tarpc. However, as RDMA boasts lower latency, I am interested in incorporating it into my tarpc...

`Worker::tag_recv` accepts `&mut [MaybeUninit]` as a data buffer. https://github.com/madsys-dev/async-ucx/blob/d38238742b714c0a1ed4ae571d0a8175883eb226/src/ucp/endpoint/tag.rs#L5-L8 However, a future can be cancelled(dropped) at any time. While the IO operation is still in progress, the data buffer may...

I updated the V2 PR and made a few build.rs changes to use locally installed ucx picked up from pkg-config. I also made WorkerAddress be detachable form the Worker so...

### Added - Added AsyncRead/AsyncWrite support for Tag and Stream (requires `utils` feature flag) - Added `connect_addr_vec` function to Worker ### Changed - Updated to UCX 1.18 with latest API...