GithubHelp home page GithubHelp logo

Comments (2)

Matthias247 avatar Matthias247 commented on June 25, 2024

Interesting gotcha! Haven't thought about it myself, since I didn't use the Oneshots so far.

In general, I'm not sure why the OneshotReceiver can't implement Future directly

This could work, but requires the Receiver to store the the future internally - essentially what is now the ChannelReceiveFuture would become the Receiver. The downside is that this would make it !Unpin. Depending on the use-case it might make it more painful to work with.

Another option is that calling receive consumes the Receiver without closing the channel.
I'm not opposed on changing the behavior to any of those. However it's a breaking change

from futures-intrusive.

goffrie avatar goffrie commented on June 25, 2024

The downside is that this would make it !Unpin.

True. I don't see this as a huge downside, since anyone holding (but not polling) a Receiver can wrap it with a struct that is Unpin, but it is a bit annoying.

Another option is that calling receive consumes the Receiver without closing the channel.

This would be good as well. This makes sense to me too since I'm not sure what it means for multiple receive futures to exist on the same channel.

from futures-intrusive.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.