基于C++ Coroutines提案 ‘Stackless Resumable Functions’编写的协程库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

asio_task.h 182B

123456789
  1. #pragma once
  2. #if ASIO_VERSION >= 101202
  3. #include "asio_task_1.12.2.inl"
  4. #elif ASIO_VERSION >= 101200
  5. #include "asio_task_1.12.0.inl"
  6. #else
  7. #include "asio_task_1.10.0.inl"
  8. #endif