Git Product home page Git Product logo

Comments (2)

carllerche avatar carllerche commented on May 21, 2024

Thanks for the feedback. Yeah, it's definitely a work in progress.

Docs are being worked on (see mio book and doc branch).

The main mio callback is the handler, which does provide a ref to the EventLoop (see here]. You would have to pass the pointer whenever you need it from there.

Regarding the flow, this definitely needs to be documented better. One thing to keep in mind is that mio has a goal to be very close to the metal. There are no allocations at all between the mio API and the epoll API. This drove the Token based approach. The way I thought about it, it would be used in conjuction with Slab which could hold the state w/ token based lookup.

I have plans for a much higher level and more ergonomic IO lib on top of mio using a future / stream based approach. I'm working on the futures (and soon streams) in a syncbox, a different lib. So eventually thing swill be a lot easier.

Anyway, let me know if there are any other questions.

from mio.

ayosec avatar ayosec commented on May 21, 2024

The MIO book is pretty awesome. Thanks a lot, people.

from mio.

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.