polysoft1 / libmatrix-client

A C++ client for the matrix communication protocol that is designed to not be dependent on specific libraries.
MIT License
2 stars 0 forks source link

Async update #9

Closed kdvalin closed 4 years ago

kdvalin commented 4 years ago

Moves login, send message, and get room functions to return a std::future, which no longer blocks the main thread.