Closed martinitus closed 4 years ago
Resolves #244
I currently don't have any build environment for fibre, so the changes are untested. Do you have a CI that can confirm that it works?
Essentially its just find/replace: type: io_service -> io_context variable name: io_svc -> io_ctx
io_service -> io_context
io_svc -> io_ctx
I also replaced usage of io_context::post method to use the free asio::post function instead.
io_context::post
asio::post
Regards, Martin
ty
You are welcome! Keep up the nice work :+1:
Resolves #244
I currently don't have any build environment for fibre, so the changes are untested. Do you have a CI that can confirm that it works?
Essentially its just find/replace: type:
io_service -> io_context
variable name:io_svc -> io_ctx
I also replaced usage of
io_context::post
method to use the freeasio::post
function instead.Regards, Martin