基于C++ Coroutines提案 ‘Stackless Resumable Functions’编写的协程库
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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