基于C++ Coroutines提案 ‘Stackless Resumable Functions’编写的协程库
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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