基于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 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