mirror of
https://git.asonix.dog/asonix/background-jobs.git
synced 2025-06-07 22:48:49 +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
|
need to be processed, but processing them while a user is waiting for their browser to respond
|
||||||
might not be the best experience.
|
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
|
### Usage
|
||||||
#### Add Background Jobs to your project
|
#### Add Background Jobs to your project
|
||||||
```toml
|
```toml
|
||||||
|
|
Loading…
Reference in a new issue