docs(sched): 📝 remove picture in images (themed-picture)

This commit is contained in:
Lucas Colombo 2024-04-08 18:01:00 -03:00
parent c5a80fc61e
commit 677057b0bf
Signed by: lucas
GPG Key ID: EF34786CFEFFAE35

View File

@ -24,15 +24,15 @@ cargo add lool --registry=lugit --features sched
# Sub-Features
### <picture><img alt="has subfeatures" src="../../.github/img/icon-has-submodules.svg" height="12"></picture>&nbsp;&nbsp;sched.tokio
### <a><img alt="has subfeatures" src="../../.github/img/icon-has-submodules.svg" height="12"></a>&nbsp;&nbsp;sched.tokio
Enables the `tokio` runtime support, replacing the default behaviour, which implies a `std::thread` pool to run the tasks.
### <picture><img alt="has subfeatures" src="../../.github/img/icon-has-submodules.svg" height="12"></picture>&nbsp;&nbsp;sched.rule-recurrent
### <a><img alt="has subfeatures" src="../../.github/img/icon-has-submodules.svg" height="12"></a>&nbsp;&nbsp;sched.rule-recurrent
Enables the "**recurrent-rule**" style for scheduling tasks.
### <picture><img alt="has subfeatures" src="../../.github/img/icon-has-submodules.svg" height="12"></picture>&nbsp;&nbsp;sched.rule-cron
### <a><img alt="has subfeatures" src="../../.github/img/icon-has-submodules.svg" height="12"></a>&nbsp;&nbsp;sched.rule-cron
> [!WARNING]
>