userver
userver copied to clipboard
Production-ready C++ Asynchronous Framework with rich functionality
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....
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...
Constructing server::http::HttpRequest in unit tests is essential for testing parsers from requests
Internal ticket: 2750
https://docs.python.org/3/library/venv.html appeared. Looks like a good idea to use it instead of `virtualenv` Internal ticket: 5699
Internal ticket: 6523
Implement it and add tests Internal ticket: 6967