backie/src/blocking
Pmarquez 6222c15d99
Async scheduled tasks (#47)
* preparing queries for periodic tasks

* fixing clippy and some other things

* delete src/schema

* ignoring src/schema.rs

* fix compile error

* fix clippy

* Scheduler

* Scheduler done ??

* improve scheduler (#48)

* improve scheduler

* add number of restarts

* fix clippy

* add into attribute

* make number of restarts pub

* fixing bugs and start async scheduler tests

* fixing insert periodic task bug and scheduler tests bug

* fix clippy

* fix clippy tests

* fix clippy tests again

* fix task type :D

* Builder AsyncQueueTest and sleep in start

Co-authored-by: Ayrat Badykov <ayratin555@gmail.com>
2022-07-31 11:40:24 +00:00
..
error.rs split into async and blocking features (#36) 2022-07-20 16:08:02 +00:00
executor.rs Async scheduled tasks (#47) 2022-07-31 11:40:24 +00:00
mod.rs split into async and blocking features (#36) 2022-07-20 16:08:02 +00:00
queue.rs split into async and blocking features (#36) 2022-07-20 16:08:02 +00:00
scheduler.rs split into async and blocking features (#36) 2022-07-20 16:08:02 +00:00
schema.rs split into async and blocking features (#36) 2022-07-20 16:08:02 +00:00
worker_pool.rs Async Worker (#44) 2022-07-23 17:24:22 +03:00