userver icon indicating copy to clipboard operation
userver copied to clipboard

Production-ready C++ Asynchronous Framework with rich functionality

Results 274 userver issues
Sort by recently updated
recently updated
newest added

When an `engine::impl::TaskContext` (roughly a stackful coroutine) is ready to start or continue running, it is pushed (scheduled) by `engine::TaskProcessor` into `engine::TaskQueue`, from which worker threads will then take it....

help wanted
big

userver fixtures rely on only 1 service being there: 1 service binary and config locations, 1 config, 1 set of ports, 1 set of clients, etc. All of this will...

big

Constructing server::http::HttpRequest in unit tests is essential for testing parsers from requests

help wanted
big

https://docs.python.org/3/library/venv.html appeared. Looks like a good idea to use it instead of `virtualenv` Internal ticket: 5699

help wanted
big

Internal ticket: 6413

help wanted
big

Implement it and add tests Internal ticket: 6967

help wanted
big