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

I feel like `NonFifo` is very unclear in terms of what a queue actually represents and leaves too wide of a room for an interpretation: stack is `NonFifo`, dequeing random...

documentation
enhancement

There exists https://github.com/cameron314/readerwriterqueue, which might be a better fit for `concurrent::SpscQueue` – it has to be faster than full-featured `moodycamel::ConcurrentQueue` and it should also require less memory. There is some...

help wanted
big

Thanks for the long awaited framework. You have done a great job! I would really like to get support for the async amqp protocol, are there any plans to add...

enhancement
question

First of all, thank you for userver. _That's one small step for man, one giant leap for mankind._ I see you use postgres and mongo. Is there any chances for...

enhancement

Does it really require jinja2 at the CMake configuration step? I'd like to try building this without having to install any Python dependencies if possible.

bug
question

Do you have a tcp echo server that I can run with? So I can add the figures into this [list](https://github.com/alibaba/PhotonLibOS#21-tcp).

question

Even though it's pretty convenient to build because of the great documentation you guys provide. But it's still helpful if it's available in the famous package management. I do think...

enhancement
good first issue

Due to `moodycamel::ConcurrentQueue` implementation details `engine::Yield` doesn't actually yield running thread back to the thread-pool: since moodycamel consists of a set of thread-local FIFO queues and every consumer checks for...

bug

Hi, On Readme documentation i see a block of code about postgres, but i don't see nothing related to the server. Can you add to readme the source code to...

documentation

Addresses https://github.com/userver-framework/userver/issues/44