GithubHelp home page GithubHelp logo

Comments (5)

PureWhiteWu avatar PureWhiteWu commented on May 23, 2024 1

@ThaddeusTreloar Hello, sorry for the late reply, I'm busy refactoring the Service trait these days.
I've finally refactored the Service trait in motore to use afit and rpitit, which can easily switch between Send and ?Send version by a feature flag.
And I've also migrated volo to use the new Service trait in motore in #239 .
You may try to overcome the Send problem now.

from volo.

ThaddeusTreloar avatar ThaddeusTreloar commented on May 23, 2024

Happy to be assigned this if you've not found anyone else.

I had a look through the source and the task doesn't look too bad. Even in the dependencies, it doesn't look like there are many calls to Tokio runtime specific code.

from volo.

PureWhiteWu avatar PureWhiteWu commented on May 23, 2024

Wow! Great you would like to help!
We are redesigning our motore::Service trait to use rpitit, after that it will be more easy to support monoio as an opt-in runtime.

from volo.

ThaddeusTreloar avatar ThaddeusTreloar commented on May 23, 2024

I've done most of the preliminary work so that you can enable a feature flag and the runtime will swap. It currently continues to use non runtime specific Tokio components where possible (eg. AsyncRead/AsyncWrite).

The feature is currently blocked as there are several instances where a tokio::time::Sleep is returned in a future bound with Send. Unfortunately the Monoio equivalent is not thread safe and therefore not Send. I'm currently working to refactor the Monoio implementation (which is largely derived from Tokio 's version) to be Send.

from volo.

iamazy avatar iamazy commented on May 23, 2024

I'm eager about this feature

from volo.

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.