backie/src
2023-03-22 10:50:52 +01:00
..
catch_unwind.rs Handle tasks that panic 2023-03-12 18:33:00 +01:00
errors.rs Make queues configurable 2023-03-11 16:38:32 +01:00
lib.rs Review Queue signature 2023-03-13 14:11:19 +01:00
queries.rs Allow to schedule tasks directly with pg connection 2023-03-22 10:50:52 +01:00
queue.rs Allow to schedule tasks directly with pg connection 2023-03-22 10:50:52 +01:00
runnable.rs Update readme with execution diagram 2023-03-18 16:26:12 +01:00
schema.rs Make possible to provide app state to tasks 2023-03-10 23:41:34 +01:00
store.rs Allow to schedule tasks directly with pg connection 2023-03-22 10:50:52 +01:00
task.rs Allow to schedule tasks directly with pg connection 2023-03-22 10:50:52 +01:00
worker.rs Use Queue type directly 2023-03-14 15:06:22 +01:00
worker_pool.rs Use Queue type directly 2023-03-14 15:06:22 +01:00