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

asio_task.h 121B

1234567
  1. #pragma once
  2. #if ASIO_VERSION >= 101200
  3. #include "asio_task_1.12.0.inl"
  4. #else
  5. #include "asio_task_1.10.0.inl"
  6. #endif