libbase v1.1.0
Updated version to v1.1.0
Changelog
- [#41] Implemented simple networking stack (as a separate optional module) on top of
libcurlbase::net::SimpleUrlLoaderprovides simplified API to start request and get single response once it finishesbase::net::UrlRequestprovides more granular control over request's state and allows processing response data chunks as they come
- [#39] Implemented optional 3rd-party integration modules with examples for:
- WinAPI
- wxWidgets
- Implemented new threading/post-tasking utilities such as:
base::BindToCurrentSequencethat ensures callback will be executed on current sequencebase::RunLoopthat allows to run tasks and post-task to/from current thread even if it's not abase::Thread[Pool]
- Other smaller bugfixes and improvements
Full Changelog: v1.0.1...v1.1.0