mirror of
https://git.asonix.dog/asonix/background-jobs.git
synced 2024-11-22 03:51:00 +00:00
Add matrix link
This commit is contained in:
parent
092f36d4aa
commit
4b2b1fb442
1 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,10 @@ synchronous application. The standard example of this is Web Services, where cer
|
|||
need to be processed, but processing them while a user is waiting for their browser to respond
|
||||
might not be the best experience.
|
||||
|
||||
- [Read the documentation on docs.rs](https://docs.rs/background-jobs)
|
||||
- [Find the crate on crates.io](https://crates.io/crates/background-jobs)
|
||||
- [Join the discussion on Matrix](https://matrix.to/#/!vZKoAKLpHaFIWjRxpT:asonix.dog?via=asonix.dog)
|
||||
|
||||
### Usage
|
||||
#### Add Background Jobs to your project
|
||||
```toml
|
||||
|
|
Loading…
Reference in a new issue