diff options
| author | 2020-12-15 00:30:17 +0100 | |
|---|---|---|
| committer | 2021-01-09 20:10:54 +0100 | |
| commit | cf00aff24d20a57c2c9178d6d9e30f5d33d9a426 (patch) | |
| tree | f532b97fd25ec3a4e985b73f2e1afcf80136dd5f /tests/README.md | |
| parent | Clear up docstring so it doesn't rely on private attribute (diff) | |
Create futures for all items in the queue
Creating futures for everything and then awaiting at the end takes
care of all the potential race conditions that may pop up from items
that are parsed and sent to redis while the get_markdown method is
in the middle of fetching a page. In case it happens with the
implementation we'll just need to move the item to the front and the
future will get a result set soon afterwards.
Diffstat (limited to 'tests/README.md')
0 files changed, 0 insertions, 0 deletions