Git Product home page Git Product logo

Comments (2)

MaximEfimovRMR avatar MaximEfimovRMR commented on September 12, 2024

Thank you for your interest!

In fact, Futures are used deep inside the library. But there is a big difference between Future and Operation – the last one is a class similar to Callable interface. Callable can be aggregate by Future, so in that way Future relates to Operation class as "contains".
While Future describes an entity which is "running", Operation only declares some entity which "can be run". That difference distance Operation content from the way it will be executed, and thus user has to know nothing about blocking executions, thread joining and other multithread concepts, concentrating only on writing business logic.

from chronos.

emartynov avatar emartynov commented on September 12, 2024

Thank you a lot for clarifications!

So Operation class is closer to Callable but still have notion about was it executed or cancelled.
One more addition that Future class doesn't expose also anything about multithreading.

I will close the issue. Bad that there is no ticket types like a question :)
Thank you for conversation.

from chronos.

Related Issues (6)

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.