Coder Social home page Coder Social logo

egui-tokio-example's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

egui-tokio-example's Issues

Possibly redundent thread spawning in multi-threaded Tokio scheduler

Hi, thanks for this great example on how to use Tokio together with egui. It helps a lot. But I also have something in mind:

This line of code spawns a new std thread and execute some blocking async code inside. Your comments above that indicates the purpose is to execute the runtime in its own thread. But I think this is unnecessary because tokio::runtime::Runtime::new() itself creates a multi-threaded scheduler.

However, if we switch to tokio::runtime::Builder::new_current_thread().enable_all().build() while creating the runtime, a single-threaded executor will be created, thus we need to spawn another std thread for runtime execution.

Please point out my mistakes if any. Thank you!

Websocket implementation

Hey, any idea how you would implement this for a websocket connection? I'd like to pass some messages from the websocket connection in a separate thread to the the GUI in the main thread, so it can plot some values from the websocket connection. How would I go about doing this?

Also, in the send_req function, where does the spawned thread live? I'm having some trouble understanding that, since i thought u'd have to spawn the thread in the main.rs main function

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.