From 677057b0bf5a9d6a87b6404a2f86a552e015ce79 Mon Sep 17 00:00:00 2001 From: Lucas Colombo Date: Mon, 8 Apr 2024 18:01:00 -0300 Subject: [PATCH] =?UTF-8?q?docs(sched):=20=F0=9F=93=9D=20remove=20picture?= =?UTF-8?q?=20in=20images=20(themed-picture)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/sched/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/sched/README.md b/lib/sched/README.md index 5db8999..5f94077 100644 --- a/lib/sched/README.md +++ b/lib/sched/README.md @@ -24,15 +24,15 @@ cargo add lool --registry=lugit --features sched # Sub-Features -### has subfeatures  sched.tokio +### has subfeatures  sched.tokio Enables the `tokio` runtime support, replacing the default behaviour, which implies a `std::thread` pool to run the tasks. -### has subfeatures  sched.rule-recurrent +### has subfeatures  sched.rule-recurrent Enables the "**recurrent-rule**" style for scheduling tasks. -### has subfeatures  sched.rule-cron +### has subfeatures  sched.rule-cron > [!WARNING] >