Git Product home page Git Product logo

Comments (4)

notgull avatar notgull commented on August 23, 2024

Previously, I was working on a thread-unsafe async framework called unsend, which had thread unsafe versions of most of smol's primitives. I stopped developing because I heard that Rust was moving towards adding !Send + !Sync versions of Waker, and if they did that it would change up my model considerably.

That being said, smol is intended to be thread-safe. Barring some kind of crazy generic solution, I don't see us moving forward on this.

from event-listener.

yshui avatar yshui commented on August 23, 2024

I heard that Rust was moving towards adding !Send + !Sync versions of Waker

Do you mean this: rust-lang/libs-team#191 ?

from event-listener.

yshui avatar yshui commented on August 23, 2024

smol is intended to be thread-safe.

If this is the case, maybe LocalExecutor shouldn't be included either?

from event-listener.

notgull avatar notgull commented on August 23, 2024

I've released unsend version 0.1.0, with an Event structure similar to the one in this crate, but is !Sync and doesn't use any synchronization primitives.

Since we are not planning on adding an equivalent structure to EventListener, I'll close this issue now.

If this is the case, maybe LocalExecutor shouldn't be included either?

LocalExecutor is a special case I feel, because most contemporary async runtimes (even thread-safe ones) provide a LocalExecutor analogue.

from event-listener.

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.