docs(sched): 📝 removes default link on image

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

View File

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