Git Product home page Git Product logo

Comments (3)

mrniko avatar mrniko commented on August 17, 2024

I was wrong about this feature. I think it's up to developer to implement this.

from easyflow.

Beh01der avatar Beh01der commented on August 17, 2024

Hi mrniko,
Thanks for using EasyFlow and giving your feedback.
This method cannot be added to Event class as, according to the current design, this sort of functionality (when and on which thread handlers are executed) should be implemented within Executors.
Therefore, I can see 2 options to implement delay on event triggering:

  1. If you need it in many places in your State Machine, then you can implement your custom Executor that runs tasks with certain delay. If you need this delay to be variable, you can store delay value in Context and access it from your Executor.
  2. If you only need it in one or two places, just use timers outside EasyFlow.

Regards,
Andrey

from easyflow.

Beh01der avatar Beh01der commented on August 17, 2024

Hi Nikita,
Thanks for using EasyFlow and giving your feedback.
Please see my reply on GitHub.

Regards,
Andrey

On 11 May 2013 18:55, Nikita Koksharov [email protected] wrote:

I was wrong about this feature. I think it's up to developer to implement
this.


Reply to this email directly or view it on GitHubhttps://github.com//issues/4#issuecomment-17756591
.

from easyflow.

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.