Khashayar Fereidani

Results 30 comments of Khashayar Fereidani

Fixed as discussed in #14

I thought that this one is fixed in your opinion too,`send`/`recv` is working only with `MaybeUninit`, and read/write is synchronized with waker, which is a read-only variable after the signal...

Serge, Waker is inited access only, after share it is immutable, access to the data in the `MaybeUninit` is synchronized with the `State` exactly like what mutex does, so no...

The waker is cloned before calling to wake, and both waker operations are immutable access, read is not conflicting with read.

Hmm, I think there is a misunderstanding by one of us here, I'm reopening the issue until we are sure there is no UB. So I'm going to explain what...

I close this as there is no response from the original author of the issue. to wrap things up for those who like to know my explanation of why i...

Thanks for the report, I'm working on it.

Can you reproduce it on the stable branch or is it just on nightly? Unfortunately, I can't reproduce this issue on my system in stable or nightly and it is...

Tnx @QuarticCat I saw it a few months ago, I didn't get the time to fix it yet, it's the only bug that is stopping Kanal from the 0.1 release....

Hi, thanks for your kind words. I might consider implementing it in the future. For current `ReceiveStream` cost is same as single Box allocation and for owned stream performance should...