Josh Baldwin

Results 25 issues of Josh Baldwin

Right now in the example test_tcp_server.cpp:85 it passes the ssl contexts into the schedulers and clients by reference, this should ideally be by shared_ptr copy since the lifetimes are now...

enhancement

I ran into an interesting issue where linking a project with libmysql.a as well as this library caused some extremely weird behavior, and eventually I found out there was a...

Integrate with a coroutine library or implement a small enough subset of c++20 coroutines to allow for `co_await`'ing async requests. * Use library is probably easier but adds another dependency...

enhancement

This reverts commit f6b9b7f72f5e0447e40491bad16038c7e0c0254d. This commit needs to include package manager creation for conan and vcpkg before it can be merged since it broke building for at lesat conan.

* last two LTS (probably also time to prune some of the fedora builds) * last two major compiler versions * up to one major C++ standard version (e.g. if...

They don't need to use `coro::io_scheduler` directly, this would allow for a user executor to be used in its place.

Adding a when any function could prove useful to take the first tasks result that completes. This probably needs some kind of cancellation token that the user tasks should periodically...

enhancement