Skip to content
This repository has been archived by the owner on Feb 27, 2020. It is now read-only.
/ timed-executor Public archive

Timed executor is a service that accepts pairs of ( LocalDateTime , Callable ) and executes each event's Callable not earlier than the specified LocalDateTime.

Notifications You must be signed in to change notification settings

mplevako/timed-executor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About timed executor

Timed executor is a service that accepts events as pairs of (LocalDateTime, Callable) and executes each event's Callable not earlier than the specified LocalDateTime. The tasks should be executed according to the value of the LocalDateTime or in the order of events' arrival if their LocalDateTimes are equal. Events may arrive in arbitrary order and be enqueued from different threads. Wittingly overdue events are not accepted and no events are being timed out. It is assumed that there will be enough available resources for supporting any possible system backlog.

About

Timed executor is a service that accepts pairs of ( LocalDateTime , Callable ) and executes each event's Callable not earlier than the specified LocalDateTime.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages