Runji Wang

Results 115 comments of Runji Wang

I'm curious what's the use case for validators? 👀

I have planned to "restart" this project in the near future. I'm also hoping to introduce some streaming features from Risingwave. Let's work together to make RisingLight great again 🤣

I just opened a draft PR #21 for this section. Feel free to directly commit to this branch!

> I am impressed by how fast you write ;) No no no, it was written several months ago. 😅 It really takes time to draft these docs.

Not yet. Any recommendations? 👀

Yes, this issue needs to be fixed in the future. One possible way is to call `ucp_request_cancel` in the drop function.

I think it does. But I can't find proof in the UCX docs.

Oh in fact an immutable reference is enough, because the `AtomicWaker` guarantees thread safety. And it is also safe to get mutable reference here (but don't pass it out). Because...

> [madsim-rs/madsim#205](https://github.com/madsim-rs/madsim/issues/205) May have been fixed in the latest version (by https://github.com/madsim-rs/madsim/pull/202). I have updated madsim. Let's see if it works. UPDATE: It seems work.