Git Product home page Git Product logo

Comments (3)

cuviper avatar cuviper commented on August 17, 2024

Can you sketch what this might look like from the outside?

from rayon.

james7132 avatar james7132 commented on August 17, 2024
pub struct Parker;
pub struct Unparker;

impl Parker {
    /// Either does one job, or does an additional round of polling via Sleep, eventually putting the thread to sleep, blocking the
    /// thread until woken up by rayon or the provided Waker.
    pub fn yield_or_sleep(&self) -> Yield {}
}

// The converted Wakes up the paired thread.
impl From<Unparker> for std::task::Waker {
    ...
}

/// Linked to WorkerThread::current
pub fn pair() -> (Parker, Unparker) {}

If this is too much to expose to a public interface, it's probably fine to also just have this internally inside rayon_core to make a potential rayon_core::futures::block_on as an equivalent to futures_lite::futue::block_on.

from rayon.

cuviper avatar cuviper commented on August 17, 2024

it's probably fine [...] to make a potential rayon_core::futures::block_on

Oh! I had a prototype of that -- here it is dusted off and rebased:
main...cuviper:rayon:block_on

from rayon.

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.