Giter Site home page Giter Site logo

Comments (9)

eliasyaoyc avatar eliasyaoyc commented on May 9, 2024 2

trytry

from delay-timer.

eliasyaoyc avatar eliasyaoyc commented on May 9, 2024 2

haha,holidy is coming soon do it

from delay-timer.

eliasyaoyc avatar eliasyaoyc commented on May 9, 2024 1

sounds good, what can i do that help you reach stablity quickly ?

from delay-timer.

BinChengZhao avatar BinChengZhao commented on May 9, 2024 1

sounds good, what can i do that help you reach stablity quickly ?

#4 Thank you very much, I don't know how well you have mastered the asynchrony of rust, whether it is possible to encapsulate a state machine in order to make it easier for the user to dynamically cancel the running instances generated by the task through a handle, and expose the events that occur inside the specified task.

If you have some experience in this area, I can work with you to accomplish this. :)

#4 (comment)

from delay-timer.

BinChengZhao avatar BinChengZhao commented on May 9, 2024

No description provided.

Yes, while this lib is basically stable (probably v0.3.5), I will start developing a distributed scheduling system.

Containing a web admin panel, with multiple nodes distributed across the machines.

from delay-timer.

BinChengZhao avatar BinChengZhao commented on May 9, 2024

trytry

// Here is an expected implementation for DelayTimer::add_task , which is not yet determined.
**Do you have a better opinion?**

///```
// let delay_timer = DelayTimer::default();
//
// let join_handle = delay_timer.add_task(_).unwrap();
//
// let peek : Option<Peek<&Instance>> = join_handle.peek().await;
// let peek : Result<Option<Peek<&Instance>>> join_handle.try_peek();
//
// let instance : Option<Intance> =  join_handle.next().await.unwrap();
// let instance : Result<Option<Intance>> =  join_handle.try_next().unwrap();
//
// instance.cancel();
//
///```

from delay-timer.

eliasyaoyc avatar eliasyaoyc commented on May 9, 2024

i spent some time on the delay_timer these days,now i hava general idea of it.
i think you gave me a good plan.

from delay-timer.

BinChengZhao avatar BinChengZhao commented on May 9, 2024

i spent some time on the delay_timer these days,now i hava general idea of it.
i think you gave me a good plan.

Thank you, we can work together in one piece, so the energy will be great.

from delay-timer.

BinChengZhao avatar BinChengZhao commented on May 9, 2024

delicate Distributed scheduling platform, the first release has been stabilized, V1.1.0 will be released soon. :)

from delay-timer.

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.