Skip to content

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
  • Loading branch information
yourkin committed Aug 21, 2023
1 parent 8be15a0 commit f90026a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,4 @@ The repository contains branches that each represent a distinct approach to the

`concurrency`

Certainly, I'll condense it further:

This branch offers an enhancement over the `plain_database` branch by using the `concurrent.futures` module, part of the standard library, to execute prolonged functions without blocking the main thread. The POST /orders endpoint now returns the Job ID, allowing clients to monitor progress via the GET /orders/{job_id} endpoint, implemented using our JobRunner class.

0 comments on commit f90026a

Please sign in to comment.