Naive implementation of asynchronous requests using threads
ardbytes opened this issue · 1 comments
ardbytes commented
The request methods of Wrest::Uri (like get, put, post, and delete) are synchronous. Add corresponding asynchronous methods.
Note: This implementation of asynchronous requests on Wrest::Uri is not production ready. See related issues kaiwren/wrest#96 and kaiwren/wrest#97.