Add matrix link

This commit is contained in:
asonix 2019-07-30 17:30:08 -05:00
parent 092f36d4aa
commit 4b2b1fb442

View file

@ -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