couchbase 3.5.3 → 3.5.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (819) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/ext/CMakeLists.txt +8 -2
  4. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/as_tuple.hpp +35 -9
  5. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/associated_immediate_executor.hpp +3 -2
  6. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/associator.hpp +1 -1
  7. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/async_result.hpp +74 -68
  8. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/basic_datagram_socket.hpp +11 -11
  9. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/basic_deadline_timer.hpp +2 -2
  10. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/basic_random_access_file.hpp +2 -2
  11. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/basic_raw_socket.hpp +10 -10
  12. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/basic_readable_pipe.hpp +1 -1
  13. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/basic_seq_packet_socket.hpp +3 -3
  14. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/basic_serial_port.hpp +2 -2
  15. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/basic_signal_set.hpp +1 -1
  16. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/basic_socket.hpp +2 -2
  17. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/basic_socket_acceptor.hpp +9 -9
  18. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/basic_stream_file.hpp +2 -2
  19. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/basic_stream_socket.hpp +6 -6
  20. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/basic_waitable_timer.hpp +2 -2
  21. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/basic_writable_pipe.hpp +1 -1
  22. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/bind_allocator.hpp +88 -22
  23. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/bind_cancellation_slot.hpp +91 -22
  24. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/bind_executor.hpp +105 -23
  25. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/bind_immediate_executor.hpp +90 -23
  26. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/buffer.hpp +2 -2
  27. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/buffer_registration.hpp +1 -1
  28. data/ext/cache/asio/b710bc0ca14b231d20e983b02d27485125c7860e/asio/asio/include/asio/cancel_after.hpp +301 -0
  29. data/ext/cache/asio/b710bc0ca14b231d20e983b02d27485125c7860e/asio/asio/include/asio/cancel_at.hpp +294 -0
  30. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/experimental/impl → b710bc0ca14b231d20e983b02d27485125c7860e/asio/asio/include/asio}/co_composed.hpp +204 -59
  31. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/completion_condition.hpp +49 -0
  32. data/ext/cache/asio/b710bc0ca14b231d20e983b02d27485125c7860e/asio/asio/include/asio/compose.hpp +128 -0
  33. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/compose.hpp → b710bc0ca14b231d20e983b02d27485125c7860e/asio/asio/include/asio/composed.hpp} +160 -66
  34. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/connect.hpp +214 -48
  35. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/coroutine.hpp +3 -4
  36. data/ext/cache/asio/b710bc0ca14b231d20e983b02d27485125c7860e/asio/asio/include/asio/default_completion_token.hpp +89 -0
  37. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/deferred.hpp +8 -4
  38. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detached.hpp +1 -1
  39. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/buffered_stream_storage.hpp +1 -1
  40. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/experimental/detail/channel_message.hpp → b710bc0ca14b231d20e983b02d27485125c7860e/asio/asio/include/asio/detail/completion_message.hpp} +14 -16
  41. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/experimental/detail/channel_payload.hpp → b710bc0ca14b231d20e983b02d27485125c7860e/asio/asio/include/asio/detail/completion_payload.hpp} +30 -32
  42. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/experimental/detail/channel_handler.hpp → b710bc0ca14b231d20e983b02d27485125c7860e/asio/asio/include/asio/detail/completion_payload_handler.hpp} +15 -13
  43. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/deadline_timer_service.hpp +5 -1
  44. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/handler_alloc_helpers.hpp +14 -116
  45. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/descriptor_ops.ipp +36 -33
  46. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/dev_poll_reactor.ipp +1 -1
  47. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/reactive_descriptor_service.ipp +7 -5
  48. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/reactive_socket_service_base.ipp +6 -4
  49. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/socket_ops.ipp +36 -33
  50. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/socket_select_interrupter.ipp +1 -1
  51. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/win_iocp_handle_service.ipp +5 -5
  52. data/ext/cache/asio/b710bc0ca14b231d20e983b02d27485125c7860e/asio/asio/include/asio/detail/initiation_base.hpp +62 -0
  53. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/reactive_descriptor_service.hpp +20 -16
  54. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/reactive_socket_send_op.hpp +0 -1
  55. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/reactive_socket_service.hpp +4 -4
  56. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/reactive_socket_service_base.hpp +23 -18
  57. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/recycling_allocator.hpp +9 -0
  58. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/resolve_endpoint_op.hpp +1 -1
  59. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/resolve_query_op.hpp +1 -1
  60. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/thread_info_base.hpp +11 -1
  61. data/ext/cache/asio/b710bc0ca14b231d20e983b02d27485125c7860e/asio/asio/include/asio/detail/timed_cancel_op.hpp +361 -0
  62. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/win_iocp_socket_service_base.hpp +1 -1
  63. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/winrt_ssocket_service_base.hpp +1 -1
  64. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/experimental/basic_channel.hpp +2 -1
  65. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/experimental/basic_concurrent_channel.hpp +2 -1
  66. data/ext/cache/asio/b710bc0ca14b231d20e983b02d27485125c7860e/asio/asio/include/asio/experimental/co_composed.hpp +33 -0
  67. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/experimental/detail/channel_receive_op.hpp +2 -3
  68. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/experimental/detail/channel_send_functions.hpp +27 -19
  69. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/experimental/detail/channel_send_op.hpp +0 -1
  70. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/experimental/detail/channel_service.hpp +17 -15
  71. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/experimental/detail/coro_promise_allocator.hpp +2 -3
  72. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/experimental/detail/impl/channel_service.hpp +4 -2
  73. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/experimental/detail/partial_promise.hpp +3 -5
  74. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/experimental/impl/as_single.hpp +12 -7
  75. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/experimental/parallel_group.hpp +38 -40
  76. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/experimental/promise.hpp +3 -3
  77. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/experimental/use_coro.hpp +3 -3
  78. data/ext/cache/asio/b710bc0ca14b231d20e983b02d27485125c7860e/asio/asio/include/asio/immediate.hpp +142 -0
  79. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/impl/append.hpp +14 -7
  80. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/impl/as_tuple.hpp +45 -14
  81. data/ext/cache/asio/b710bc0ca14b231d20e983b02d27485125c7860e/asio/asio/include/asio/impl/cancel_after.hpp +268 -0
  82. data/ext/cache/asio/b710bc0ca14b231d20e983b02d27485125c7860e/asio/asio/include/asio/impl/cancel_at.hpp +268 -0
  83. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/impl/connect.hpp +60 -166
  84. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/impl/consign.hpp +14 -7
  85. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/impl/detached.hpp +2 -2
  86. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/impl/prepend.hpp +14 -7
  87. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/impl/read.hpp +26 -177
  88. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/impl/read_at.hpp +16 -82
  89. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/impl/read_until.hpp +13 -286
  90. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/impl/redirect_error.hpp +55 -18
  91. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/impl/spawn.hpp +0 -1
  92. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/impl/write.hpp +26 -185
  93. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/impl/write_at.hpp +16 -87
  94. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/io_context_strand.hpp +5 -5
  95. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ip/basic_resolver.hpp +6 -6
  96. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ip/detail/socket_option.hpp +1 -1
  97. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/posix/basic_descriptor.hpp +1 -1
  98. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/posix/basic_stream_descriptor.hpp +2 -2
  99. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/read.hpp +127 -28
  100. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/read_at.hpp +70 -20
  101. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/read_until.hpp +114 -36
  102. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/redirect_error.hpp +43 -3
  103. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/registered_buffer.hpp +2 -2
  104. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/spawn.hpp +0 -1
  105. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ssl/detail/impl/openssl_init.ipp +2 -2
  106. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ssl/impl/context.ipp +1 -1
  107. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ssl/stream.hpp +5 -5
  108. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/version.hpp +1 -1
  109. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/windows/basic_object_handle.hpp +1 -1
  110. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/windows/basic_random_access_handle.hpp +2 -2
  111. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/windows/basic_stream_handle.hpp +2 -2
  112. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/write.hpp +147 -35
  113. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/write_at.hpp +74 -22
  114. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio.hpp +6 -0
  115. data/ext/cache/asio/b710bc0ca14b231d20e983b02d27485125c7860e/asio/asio/src/asio.cpp +11 -0
  116. data/ext/cache/asio/b710bc0ca14b231d20e983b02d27485125c7860e/asio/asio/src/asio_ssl.cpp +11 -0
  117. data/ext/cache/extconf_include.rb +3 -3
  118. data/ext/cache/mozilla-ca-bundle.crt +100 -2
  119. data/ext/cache/mozilla-ca-bundle.sha256 +1 -1
  120. data/ext/couchbase/CMakeLists.txt +147 -97
  121. data/ext/couchbase/cmake/Packaging.cmake +147 -17
  122. data/ext/couchbase/cmake/Testing.cmake +36 -10
  123. data/ext/couchbase/cmake/ThirdPartyDependencies.cmake +25 -13
  124. data/ext/couchbase/cmake/VersionInfo.cmake +24 -10
  125. data/ext/couchbase/cmake/couchbase-cxx-client.spec.in +104 -0
  126. data/ext/couchbase/cmake/couchbase_cxx_client-config.cmake.in +3 -0
  127. data/ext/couchbase/cmake/tarball_glob.txt +91 -0
  128. data/ext/couchbase/core/agent_group.cxx +8 -0
  129. data/ext/couchbase/core/agent_group.hxx +4 -0
  130. data/ext/couchbase/core/bucket.cxx +16 -20
  131. data/ext/couchbase/core/bucket.hxx +12 -12
  132. data/ext/couchbase/core/cluster.cxx +48 -56
  133. data/ext/couchbase/core/cluster_agent.cxx +8 -0
  134. data/ext/couchbase/core/cluster_agent.hxx +4 -0
  135. data/ext/couchbase/core/collections_component.cxx +3 -3
  136. data/ext/couchbase/core/columnar/agent.cxx +63 -2
  137. data/ext/couchbase/core/columnar/agent.hxx +15 -0
  138. data/ext/couchbase/core/columnar/agent_config.cxx +3 -2
  139. data/ext/couchbase/core/columnar/agent_config.hxx +2 -0
  140. data/ext/couchbase/core/columnar/database_management_options.hxx +56 -0
  141. data/ext/couchbase/core/columnar/error.hxx +2 -2
  142. data/ext/couchbase/core/columnar/error_codes.cxx +44 -5
  143. data/ext/couchbase/core/columnar/error_codes.hxx +28 -0
  144. data/ext/couchbase/core/columnar/management_component.cxx +300 -0
  145. data/ext/couchbase/core/columnar/management_component.hxx +56 -0
  146. data/ext/couchbase/core/columnar/query_component.cxx +143 -62
  147. data/ext/couchbase/core/columnar/query_component.hxx +2 -1
  148. data/ext/couchbase/core/columnar/query_options.hxx +0 -5
  149. data/ext/couchbase/core/columnar/query_result.cxx +0 -3
  150. data/ext/couchbase/core/columnar/retry_info.hxx +3 -0
  151. data/ext/couchbase/core/crypto/cbcrypto.cc +159 -141
  152. data/ext/couchbase/core/crypto/cbcrypto.h +16 -14
  153. data/ext/couchbase/core/diagnostics_json.hxx +1 -1
  154. data/ext/couchbase/core/error_context/http_json.hxx +1 -1
  155. data/ext/couchbase/core/free_form_http_request.cxx +65 -1
  156. data/ext/couchbase/core/free_form_http_request.hxx +36 -7
  157. data/ext/couchbase/core/http_component.cxx +414 -107
  158. data/ext/couchbase/core/http_component.hxx +8 -0
  159. data/ext/couchbase/core/impl/analytics_index_manager.cxx +15 -15
  160. data/ext/couchbase/core/impl/bootstrap_error.hxx +10 -2
  161. data/ext/couchbase/core/impl/bucket.cxx +1 -1
  162. data/ext/couchbase/core/impl/bucket_manager.cxx +6 -6
  163. data/ext/couchbase/core/impl/cluster.cxx +40 -43
  164. data/ext/couchbase/core/impl/collection.cxx +2 -2
  165. data/ext/couchbase/core/impl/collection_manager.cxx +5 -5
  166. data/ext/couchbase/core/impl/lookup_in_replica.cxx +4 -0
  167. data/ext/couchbase/core/impl/observe_poll.cxx +13 -5
  168. data/ext/couchbase/core/impl/observe_poll.hxx +1 -3
  169. data/ext/couchbase/core/impl/query_index_manager.cxx +6 -6
  170. data/ext/couchbase/core/impl/scan_result.cxx +1 -1
  171. data/ext/couchbase/core/impl/search_index_manager.cxx +12 -12
  172. data/ext/couchbase/core/io/http_command.hxx +31 -20
  173. data/ext/couchbase/core/io/http_session.cxx +27 -10
  174. data/ext/couchbase/core/io/http_session.hxx +19 -4
  175. data/ext/couchbase/core/io/http_session_manager.hxx +150 -56
  176. data/ext/couchbase/core/io/http_streaming_response.cxx +1 -0
  177. data/ext/couchbase/core/io/mcbp_command.hxx +15 -14
  178. data/ext/couchbase/core/io/mcbp_session.cxx +48 -33
  179. data/ext/couchbase/core/io/streams.cxx +256 -0
  180. data/ext/couchbase/core/io/streams.hxx +31 -155
  181. data/ext/couchbase/core/logger/configuration.hxx +5 -0
  182. data/ext/couchbase/core/logger/custom_rotating_file_sink.cxx +14 -12
  183. data/ext/couchbase/core/logger/custom_rotating_file_sink.hxx +1 -1
  184. data/ext/couchbase/core/logger/logger.cxx +49 -17
  185. data/ext/couchbase/core/logger/logger.hxx +7 -0
  186. data/ext/couchbase/core/meta/version.cxx +15 -13
  187. data/ext/couchbase/core/metrics/logging_meter.cxx +4 -4
  188. data/ext/couchbase/core/metrics/meter_wrapper.cxx +188 -0
  189. data/ext/couchbase/core/metrics/meter_wrapper.hxx +73 -0
  190. data/ext/couchbase/core/operations/document_lookup_in.cxx +4 -0
  191. data/ext/couchbase/core/operations/document_lookup_in.hxx +1 -0
  192. data/ext/couchbase/core/operations/document_lookup_in_all_replicas.hxx +2 -2
  193. data/ext/couchbase/core/operations/document_lookup_in_any_replica.hxx +4 -3
  194. data/ext/couchbase/core/operations/management/bucket_describe.cxx +2 -1
  195. data/ext/couchbase/core/operations/management/bucket_drop.cxx +3 -1
  196. data/ext/couchbase/core/operations/management/bucket_flush.cxx +3 -1
  197. data/ext/couchbase/core/operations/management/bucket_get.cxx +3 -1
  198. data/ext/couchbase/core/operations/management/bucket_update.cxx +3 -1
  199. data/ext/couchbase/core/operations/management/collection_create.cxx +3 -2
  200. data/ext/couchbase/core/operations/management/collection_drop.cxx +5 -2
  201. data/ext/couchbase/core/operations/management/collection_update.cxx +4 -2
  202. data/ext/couchbase/core/operations/management/group_upsert.cxx +3 -3
  203. data/ext/couchbase/core/operations/management/scope_create.cxx +2 -1
  204. data/ext/couchbase/core/operations/management/scope_drop.cxx +4 -1
  205. data/ext/couchbase/core/operations/management/scope_get_all.cxx +3 -1
  206. data/ext/couchbase/core/operations/management/search_index_analyze_document.cxx +3 -2
  207. data/ext/couchbase/core/operations/management/search_index_control_ingest.cxx +3 -2
  208. data/ext/couchbase/core/operations/management/search_index_control_plan_freeze.cxx +3 -2
  209. data/ext/couchbase/core/operations/management/search_index_control_query.cxx +3 -2
  210. data/ext/couchbase/core/operations/management/search_index_drop.cxx +5 -2
  211. data/ext/couchbase/core/operations/management/search_index_get.cxx +5 -2
  212. data/ext/couchbase/core/operations/management/search_index_get_all.cxx +4 -2
  213. data/ext/couchbase/core/operations/management/search_index_get_documents_count.cxx +3 -2
  214. data/ext/couchbase/core/operations/management/search_index_upsert.cxx +5 -2
  215. data/ext/couchbase/core/operations/management/view_index_drop.cxx +2 -1
  216. data/ext/couchbase/core/operations/management/view_index_get.cxx +2 -1
  217. data/ext/couchbase/core/operations/management/view_index_get_all.cxx +3 -1
  218. data/ext/couchbase/core/operations/management/view_index_upsert.cxx +2 -1
  219. data/ext/couchbase/core/origin.cxx +37 -17
  220. data/ext/couchbase/core/platform/CMakeLists.txt +0 -19
  221. data/ext/couchbase/core/platform/base64.cc +26 -20
  222. data/ext/couchbase/core/platform/dirutils.cc +17 -10
  223. data/ext/couchbase/core/platform/random.cc +15 -7
  224. data/ext/couchbase/core/platform/string_hex.cc +30 -26
  225. data/ext/couchbase/core/platform/string_hex.h +1 -0
  226. data/ext/couchbase/core/platform/terminate_handler.cc +13 -11
  227. data/ext/couchbase/core/platform/uuid.cc +10 -8
  228. data/ext/couchbase/core/platform/uuid.h +6 -6
  229. data/ext/couchbase/core/row_streamer.cxx +1 -1
  230. data/ext/couchbase/core/sasl/context.cc +2 -2
  231. data/ext/couchbase/core/sasl/mechanism.cc +3 -5
  232. data/ext/couchbase/core/sasl/mechanism.h +2 -5
  233. data/ext/couchbase/core/sasl/plain/plain.cc +2 -2
  234. data/ext/couchbase/core/sasl/scram-sha/scram-sha.cc +21 -20
  235. data/ext/couchbase/core/sasl/scram-sha/stringutils.cc +4 -4
  236. data/ext/couchbase/core/sasl/scram-sha/stringutils.h +4 -4
  237. data/ext/couchbase/core/topology/configuration.hxx +2 -0
  238. data/ext/couchbase/core/topology/configuration_json.hxx +8 -0
  239. data/ext/couchbase/core/tracing/constants.hxx +3 -0
  240. data/ext/couchbase/core/tracing/threshold_logging_tracer.cxx +22 -26
  241. data/ext/couchbase/core/tracing/threshold_logging_tracer.hxx +1 -1
  242. data/ext/couchbase/core/tracing/tracer_wrapper.cxx +87 -0
  243. data/ext/couchbase/core/tracing/tracer_wrapper.hxx +57 -0
  244. data/ext/couchbase/core/transactions/attempt_context_impl.cxx +16 -15
  245. data/ext/couchbase/core/transactions/attempt_context_impl.hxx +2 -2
  246. data/ext/couchbase/core/transactions/staged_mutation.cxx +2 -2
  247. data/ext/couchbase/core/transactions/transactions.cxx +2 -2
  248. data/ext/couchbase/core/utils/connection_string.cxx +128 -52
  249. data/ext/couchbase/core/utils/movable_function.hxx +0 -1
  250. data/ext/couchbase/couchbase/analytics_meta_data.hxx +2 -1
  251. data/ext/couchbase/couchbase/analytics_options.hxx +32 -15
  252. data/ext/couchbase/couchbase/analytics_result.hxx +7 -9
  253. data/ext/couchbase/couchbase/behavior_options.hxx +1 -10
  254. data/ext/couchbase/couchbase/boolean_query.hxx +1 -1
  255. data/ext/couchbase/couchbase/codec/codec_flags.hxx +0 -1
  256. data/ext/couchbase/couchbase/codec/default_json_transcoder.hxx +1 -1
  257. data/ext/couchbase/couchbase/codec/tao_json_serializer.hxx +1 -1
  258. data/ext/couchbase/couchbase/collection.hxx +14 -0
  259. data/ext/couchbase/couchbase/conjunction_query.hxx +1 -1
  260. data/ext/couchbase/couchbase/date_range_query.hxx +2 -2
  261. data/ext/couchbase/couchbase/disjunction_query.hxx +1 -1
  262. data/ext/couchbase/couchbase/geo_bounding_box_query.hxx +1 -1
  263. data/ext/couchbase/couchbase/geo_distance_query.hxx +1 -1
  264. data/ext/couchbase/couchbase/geo_polygon_query.hxx +1 -1
  265. data/ext/couchbase/couchbase/get_replica_result.hxx +2 -2
  266. data/ext/couchbase/couchbase/get_result.hxx +2 -2
  267. data/ext/couchbase/couchbase/lookup_in_result.hxx +20 -7
  268. data/ext/couchbase/couchbase/match_phrase_query.hxx +1 -1
  269. data/ext/couchbase/couchbase/match_query.hxx +1 -1
  270. data/ext/couchbase/couchbase/mutate_in_result.hxx +17 -6
  271. data/ext/couchbase/couchbase/mutate_in_specs.hxx +16 -12
  272. data/ext/couchbase/couchbase/network_options.hxx +11 -1
  273. data/ext/couchbase/couchbase/numeric_range_query.hxx +2 -1
  274. data/ext/couchbase/couchbase/phrase_query.hxx +1 -1
  275. data/ext/couchbase/couchbase/prefix_query.hxx +1 -1
  276. data/ext/couchbase/couchbase/query_options.hxx +32 -14
  277. data/ext/couchbase/couchbase/query_result.hxx +9 -7
  278. data/ext/couchbase/couchbase/query_string_query.hxx +3 -3
  279. data/ext/couchbase/couchbase/regexp_query.hxx +1 -1
  280. data/ext/couchbase/couchbase/search_numeric_range.hxx +1 -0
  281. data/ext/couchbase/couchbase/search_options.hxx +9 -3
  282. data/ext/couchbase/couchbase/term_range_query.hxx +1 -1
  283. data/ext/couchbase/couchbase/transactions/async_attempt_context.hxx +7 -1
  284. data/ext/couchbase/couchbase/transactions/attempt_context.hxx +36 -10
  285. data/ext/couchbase/couchbase/transactions/transaction_get_result.hxx +26 -3
  286. data/ext/couchbase/couchbase/vector_query.hxx +1 -1
  287. data/ext/couchbase/couchbase/wildcard_query.hxx +1 -1
  288. data/ext/extconf.rb +3 -0
  289. data/ext/rcb_backend.cxx +0 -1
  290. data/ext/rcb_crud.cxx +2 -0
  291. data/ext/rcb_version.cxx +2 -1
  292. data/lib/active_support/cache/couchbase_store.rb +2 -2
  293. data/lib/couchbase/version.rb +1 -1
  294. metadata +651 -633
  295. data/ext/cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/experimental/co_composed.hpp +0 -145
  296. data/ext/couchbase/core/logger/CMakeLists.txt +0 -10
  297. data/ext/couchbase/core/meta/CMakeLists.txt +0 -29
  298. data/ext/couchbase/core/metrics/CMakeLists.txt +0 -16
  299. data/ext/couchbase/core/tracing/CMakeLists.txt +0 -14
  300. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/any_completion_executor.hpp +0 -0
  301. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/any_completion_handler.hpp +0 -0
  302. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/any_io_executor.hpp +0 -0
  303. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/append.hpp +0 -0
  304. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/associated_allocator.hpp +0 -0
  305. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/associated_cancellation_slot.hpp +0 -0
  306. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/associated_executor.hpp +0 -0
  307. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/awaitable.hpp +0 -0
  308. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/basic_file.hpp +0 -0
  309. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/basic_io_object.hpp +0 -0
  310. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/basic_socket_iostream.hpp +0 -0
  311. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/basic_socket_streambuf.hpp +0 -0
  312. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/basic_streambuf.hpp +0 -0
  313. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/basic_streambuf_fwd.hpp +0 -0
  314. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/buffered_read_stream.hpp +0 -0
  315. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/buffered_read_stream_fwd.hpp +0 -0
  316. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/buffered_stream.hpp +0 -0
  317. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/buffered_stream_fwd.hpp +0 -0
  318. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/buffered_write_stream.hpp +0 -0
  319. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/buffered_write_stream_fwd.hpp +0 -0
  320. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/buffers_iterator.hpp +0 -0
  321. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/cancellation_signal.hpp +0 -0
  322. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/cancellation_state.hpp +0 -0
  323. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/cancellation_type.hpp +0 -0
  324. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/co_spawn.hpp +0 -0
  325. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/connect_pipe.hpp +0 -0
  326. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/consign.hpp +0 -0
  327. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/deadline_timer.hpp +0 -0
  328. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/defer.hpp +0 -0
  329. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/array.hpp +0 -0
  330. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/array_fwd.hpp +0 -0
  331. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/assert.hpp +0 -0
  332. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/atomic_count.hpp +0 -0
  333. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/base_from_cancellation_state.hpp +0 -0
  334. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/base_from_completion_cond.hpp +0 -0
  335. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/bind_handler.hpp +0 -0
  336. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/blocking_executor_op.hpp +0 -0
  337. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/buffer_resize_guard.hpp +0 -0
  338. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/buffer_sequence_adapter.hpp +0 -0
  339. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/call_stack.hpp +0 -0
  340. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/chrono.hpp +0 -0
  341. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/chrono_time_traits.hpp +0 -0
  342. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/completion_handler.hpp +0 -0
  343. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/composed_work.hpp +0 -0
  344. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/concurrency_hint.hpp +0 -0
  345. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/conditionally_enabled_event.hpp +0 -0
  346. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/conditionally_enabled_mutex.hpp +0 -0
  347. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/config.hpp +0 -0
  348. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/consuming_buffers.hpp +0 -0
  349. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/cstddef.hpp +0 -0
  350. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/cstdint.hpp +0 -0
  351. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/date_time_fwd.hpp +0 -0
  352. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/dependent_type.hpp +0 -0
  353. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/descriptor_ops.hpp +0 -0
  354. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/descriptor_read_op.hpp +0 -0
  355. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/descriptor_write_op.hpp +0 -0
  356. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/dev_poll_reactor.hpp +0 -0
  357. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/epoll_reactor.hpp +0 -0
  358. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/event.hpp +0 -0
  359. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/eventfd_select_interrupter.hpp +0 -0
  360. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/exception.hpp +0 -0
  361. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/executor_function.hpp +0 -0
  362. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/executor_op.hpp +0 -0
  363. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/fd_set_adapter.hpp +0 -0
  364. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/fenced_block.hpp +0 -0
  365. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/functional.hpp +0 -0
  366. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/future.hpp +0 -0
  367. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/global.hpp +0 -0
  368. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/handler_cont_helpers.hpp +0 -0
  369. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/handler_tracking.hpp +0 -0
  370. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/handler_type_requirements.hpp +0 -0
  371. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/handler_work.hpp +0 -0
  372. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/hash_map.hpp +0 -0
  373. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/buffer_sequence_adapter.ipp +0 -0
  374. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/dev_poll_reactor.hpp +0 -0
  375. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/epoll_reactor.hpp +0 -0
  376. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/epoll_reactor.ipp +0 -0
  377. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/eventfd_select_interrupter.ipp +0 -0
  378. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/handler_tracking.ipp +0 -0
  379. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/io_uring_descriptor_service.ipp +0 -0
  380. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/io_uring_file_service.ipp +0 -0
  381. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/io_uring_service.hpp +0 -0
  382. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/io_uring_service.ipp +0 -0
  383. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/io_uring_socket_service_base.ipp +0 -0
  384. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/kqueue_reactor.hpp +0 -0
  385. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/kqueue_reactor.ipp +0 -0
  386. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/null_event.ipp +0 -0
  387. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/pipe_select_interrupter.ipp +0 -0
  388. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/posix_event.ipp +0 -0
  389. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/posix_mutex.ipp +0 -0
  390. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/posix_serial_port_service.ipp +0 -0
  391. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/posix_thread.ipp +0 -0
  392. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/posix_tss_ptr.ipp +0 -0
  393. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/resolver_service_base.ipp +0 -0
  394. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/scheduler.ipp +0 -0
  395. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/select_reactor.hpp +0 -0
  396. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/select_reactor.ipp +0 -0
  397. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/service_registry.hpp +0 -0
  398. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/service_registry.ipp +0 -0
  399. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/signal_set_service.ipp +0 -0
  400. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/strand_executor_service.hpp +0 -0
  401. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/strand_executor_service.ipp +0 -0
  402. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/strand_service.hpp +0 -0
  403. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/strand_service.ipp +0 -0
  404. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/thread_context.ipp +0 -0
  405. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/throw_error.ipp +0 -0
  406. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/timer_queue_ptime.ipp +0 -0
  407. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/timer_queue_set.ipp +0 -0
  408. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/win_event.ipp +0 -0
  409. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/win_iocp_file_service.ipp +0 -0
  410. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/win_iocp_io_context.hpp +0 -0
  411. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/win_iocp_io_context.ipp +0 -0
  412. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/win_iocp_serial_port_service.ipp +0 -0
  413. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/win_iocp_socket_service_base.ipp +0 -0
  414. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/win_mutex.ipp +0 -0
  415. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/win_object_handle_service.ipp +0 -0
  416. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/win_static_mutex.ipp +0 -0
  417. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/win_thread.ipp +0 -0
  418. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/win_tss_ptr.ipp +0 -0
  419. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/winrt_ssocket_service_base.ipp +0 -0
  420. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/winrt_timer_scheduler.hpp +0 -0
  421. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/winrt_timer_scheduler.ipp +0 -0
  422. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/winsock_init.ipp +0 -0
  423. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/initiate_defer.hpp +0 -0
  424. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/initiate_dispatch.hpp +0 -0
  425. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/initiate_post.hpp +0 -0
  426. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/io_control.hpp +0 -0
  427. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/io_object_impl.hpp +0 -0
  428. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/io_uring_descriptor_read_at_op.hpp +0 -0
  429. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/io_uring_descriptor_read_op.hpp +0 -0
  430. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/io_uring_descriptor_service.hpp +0 -0
  431. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/io_uring_descriptor_write_at_op.hpp +0 -0
  432. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/io_uring_descriptor_write_op.hpp +0 -0
  433. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/io_uring_file_service.hpp +0 -0
  434. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/io_uring_null_buffers_op.hpp +0 -0
  435. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/io_uring_operation.hpp +0 -0
  436. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/io_uring_service.hpp +0 -0
  437. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/io_uring_socket_accept_op.hpp +0 -0
  438. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/io_uring_socket_connect_op.hpp +0 -0
  439. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/io_uring_socket_recv_op.hpp +0 -0
  440. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/io_uring_socket_recvfrom_op.hpp +0 -0
  441. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/io_uring_socket_recvmsg_op.hpp +0 -0
  442. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/io_uring_socket_send_op.hpp +0 -0
  443. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/io_uring_socket_sendto_op.hpp +0 -0
  444. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/io_uring_socket_service.hpp +0 -0
  445. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/io_uring_socket_service_base.hpp +0 -0
  446. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/io_uring_wait_op.hpp +0 -0
  447. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/is_buffer_sequence.hpp +0 -0
  448. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/is_executor.hpp +0 -0
  449. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/keyword_tss_ptr.hpp +0 -0
  450. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/kqueue_reactor.hpp +0 -0
  451. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/limits.hpp +0 -0
  452. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/local_free_on_block_exit.hpp +0 -0
  453. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/memory.hpp +0 -0
  454. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/mutex.hpp +0 -0
  455. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/non_const_lvalue.hpp +0 -0
  456. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/noncopyable.hpp +0 -0
  457. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/null_event.hpp +0 -0
  458. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/null_fenced_block.hpp +0 -0
  459. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/null_global.hpp +0 -0
  460. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/null_mutex.hpp +0 -0
  461. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/null_reactor.hpp +0 -0
  462. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/null_signal_blocker.hpp +0 -0
  463. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/null_socket_service.hpp +0 -0
  464. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/null_static_mutex.hpp +0 -0
  465. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/null_thread.hpp +0 -0
  466. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/null_tss_ptr.hpp +0 -0
  467. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/object_pool.hpp +0 -0
  468. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/old_win_sdk_compat.hpp +0 -0
  469. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/op_queue.hpp +0 -0
  470. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/operation.hpp +0 -0
  471. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/pipe_select_interrupter.hpp +0 -0
  472. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/pop_options.hpp +0 -0
  473. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/posix_event.hpp +0 -0
  474. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/posix_fd_set_adapter.hpp +0 -0
  475. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/posix_global.hpp +0 -0
  476. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/posix_mutex.hpp +0 -0
  477. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/posix_serial_port_service.hpp +0 -0
  478. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/posix_signal_blocker.hpp +0 -0
  479. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/posix_static_mutex.hpp +0 -0
  480. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/posix_thread.hpp +0 -0
  481. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/posix_tss_ptr.hpp +0 -0
  482. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/push_options.hpp +0 -0
  483. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/reactive_null_buffers_op.hpp +0 -0
  484. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/reactive_socket_accept_op.hpp +0 -0
  485. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/reactive_socket_connect_op.hpp +0 -0
  486. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/reactive_socket_recv_op.hpp +0 -0
  487. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/reactive_socket_recvfrom_op.hpp +0 -0
  488. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/reactive_socket_recvmsg_op.hpp +0 -0
  489. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/reactive_socket_sendto_op.hpp +0 -0
  490. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/reactive_wait_op.hpp +0 -0
  491. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/reactor.hpp +0 -0
  492. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/reactor_op.hpp +0 -0
  493. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/reactor_op_queue.hpp +0 -0
  494. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/regex_fwd.hpp +0 -0
  495. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/resolve_op.hpp +0 -0
  496. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/resolver_service.hpp +0 -0
  497. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/resolver_service_base.hpp +0 -0
  498. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/scheduler.hpp +0 -0
  499. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/scheduler_operation.hpp +0 -0
  500. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/scheduler_task.hpp +0 -0
  501. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/scheduler_thread_info.hpp +0 -0
  502. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/scoped_lock.hpp +0 -0
  503. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/scoped_ptr.hpp +0 -0
  504. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/select_interrupter.hpp +0 -0
  505. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/select_reactor.hpp +0 -0
  506. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/service_registry.hpp +0 -0
  507. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/signal_blocker.hpp +0 -0
  508. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/signal_handler.hpp +0 -0
  509. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/signal_init.hpp +0 -0
  510. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/signal_op.hpp +0 -0
  511. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/signal_set_service.hpp +0 -0
  512. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/socket_holder.hpp +0 -0
  513. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/socket_ops.hpp +0 -0
  514. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/socket_option.hpp +0 -0
  515. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/socket_select_interrupter.hpp +0 -0
  516. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/socket_types.hpp +0 -0
  517. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/source_location.hpp +0 -0
  518. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/static_mutex.hpp +0 -0
  519. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/std_event.hpp +0 -0
  520. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/std_fenced_block.hpp +0 -0
  521. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/std_global.hpp +0 -0
  522. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/std_mutex.hpp +0 -0
  523. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/std_static_mutex.hpp +0 -0
  524. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/std_thread.hpp +0 -0
  525. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/strand_executor_service.hpp +0 -0
  526. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/strand_service.hpp +0 -0
  527. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/string_view.hpp +0 -0
  528. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/thread.hpp +0 -0
  529. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/thread_context.hpp +0 -0
  530. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/thread_group.hpp +0 -0
  531. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/throw_error.hpp +0 -0
  532. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/throw_exception.hpp +0 -0
  533. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/timer_queue.hpp +0 -0
  534. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/timer_queue_base.hpp +0 -0
  535. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/timer_queue_ptime.hpp +0 -0
  536. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/timer_queue_set.hpp +0 -0
  537. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/timer_scheduler.hpp +0 -0
  538. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/timer_scheduler_fwd.hpp +0 -0
  539. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/tss_ptr.hpp +0 -0
  540. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/type_traits.hpp +0 -0
  541. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/utility.hpp +0 -0
  542. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/wait_handler.hpp +0 -0
  543. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/wait_op.hpp +0 -0
  544. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/win_event.hpp +0 -0
  545. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/win_fd_set_adapter.hpp +0 -0
  546. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/win_global.hpp +0 -0
  547. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/win_iocp_file_service.hpp +0 -0
  548. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/win_iocp_handle_read_op.hpp +0 -0
  549. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/win_iocp_handle_service.hpp +0 -0
  550. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/win_iocp_handle_write_op.hpp +0 -0
  551. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/win_iocp_io_context.hpp +0 -0
  552. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/win_iocp_null_buffers_op.hpp +0 -0
  553. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/win_iocp_operation.hpp +0 -0
  554. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/win_iocp_overlapped_op.hpp +0 -0
  555. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/win_iocp_overlapped_ptr.hpp +0 -0
  556. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/win_iocp_serial_port_service.hpp +0 -0
  557. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/win_iocp_socket_accept_op.hpp +0 -0
  558. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/win_iocp_socket_connect_op.hpp +0 -0
  559. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/win_iocp_socket_recv_op.hpp +0 -0
  560. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/win_iocp_socket_recvfrom_op.hpp +0 -0
  561. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/win_iocp_socket_recvmsg_op.hpp +0 -0
  562. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/win_iocp_socket_send_op.hpp +0 -0
  563. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/win_iocp_socket_service.hpp +0 -0
  564. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/win_iocp_thread_info.hpp +0 -0
  565. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/win_iocp_wait_op.hpp +0 -0
  566. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/win_mutex.hpp +0 -0
  567. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/win_object_handle_service.hpp +0 -0
  568. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/win_static_mutex.hpp +0 -0
  569. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/win_thread.hpp +0 -0
  570. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/win_tss_ptr.hpp +0 -0
  571. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/winapp_thread.hpp +0 -0
  572. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/wince_thread.hpp +0 -0
  573. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/winrt_async_manager.hpp +0 -0
  574. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/winrt_async_op.hpp +0 -0
  575. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/winrt_resolve_op.hpp +0 -0
  576. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/winrt_resolver_service.hpp +0 -0
  577. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/winrt_socket_connect_op.hpp +0 -0
  578. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/winrt_socket_recv_op.hpp +0 -0
  579. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/winrt_socket_send_op.hpp +0 -0
  580. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/winrt_ssocket_service.hpp +0 -0
  581. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/winrt_timer_scheduler.hpp +0 -0
  582. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/winrt_utils.hpp +0 -0
  583. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/winsock_init.hpp +0 -0
  584. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/work_dispatcher.hpp +0 -0
  585. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/wrapped_handler.hpp +0 -0
  586. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/dispatch.hpp +0 -0
  587. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/error.hpp +0 -0
  588. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/error_code.hpp +0 -0
  589. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/execution/allocator.hpp +0 -0
  590. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/execution/any_executor.hpp +0 -0
  591. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/execution/bad_executor.hpp +0 -0
  592. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/execution/blocking.hpp +0 -0
  593. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/execution/blocking_adaptation.hpp +0 -0
  594. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/execution/context.hpp +0 -0
  595. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/execution/context_as.hpp +0 -0
  596. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/execution/executor.hpp +0 -0
  597. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/execution/impl/bad_executor.ipp +0 -0
  598. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/execution/invocable_archetype.hpp +0 -0
  599. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/execution/mapping.hpp +0 -0
  600. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/execution/occupancy.hpp +0 -0
  601. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/execution/outstanding_work.hpp +0 -0
  602. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/execution/prefer_only.hpp +0 -0
  603. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/execution/relationship.hpp +0 -0
  604. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/execution.hpp +0 -0
  605. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/execution_context.hpp +0 -0
  606. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/executor.hpp +0 -0
  607. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/executor_work_guard.hpp +0 -0
  608. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/experimental/append.hpp +0 -0
  609. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/experimental/as_single.hpp +0 -0
  610. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/experimental/as_tuple.hpp +0 -0
  611. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/experimental/awaitable_operators.hpp +0 -0
  612. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/experimental/cancellation_condition.hpp +0 -0
  613. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/experimental/channel.hpp +0 -0
  614. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/experimental/channel_error.hpp +0 -0
  615. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/experimental/channel_traits.hpp +0 -0
  616. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/experimental/co_spawn.hpp +0 -0
  617. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/experimental/concurrent_channel.hpp +0 -0
  618. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/experimental/coro.hpp +0 -0
  619. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/experimental/coro_traits.hpp +0 -0
  620. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/experimental/deferred.hpp +0 -0
  621. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/experimental/detail/channel_operation.hpp +0 -0
  622. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/experimental/detail/coro_completion_handler.hpp +0 -0
  623. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/experimental/detail/has_signature.hpp +0 -0
  624. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/experimental/impl/channel_error.ipp +0 -0
  625. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/experimental/impl/coro.hpp +0 -0
  626. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/experimental/impl/parallel_group.hpp +0 -0
  627. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/experimental/impl/promise.hpp +0 -0
  628. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/experimental/impl/use_coro.hpp +0 -0
  629. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/experimental/impl/use_promise.hpp +0 -0
  630. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/experimental/prepend.hpp +0 -0
  631. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/experimental/use_promise.hpp +0 -0
  632. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/file_base.hpp +0 -0
  633. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/generic/basic_endpoint.hpp +0 -0
  634. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/generic/datagram_protocol.hpp +0 -0
  635. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/generic/detail/endpoint.hpp +0 -0
  636. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/generic/detail/impl/endpoint.ipp +0 -0
  637. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/generic/raw_protocol.hpp +0 -0
  638. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/generic/seq_packet_protocol.hpp +0 -0
  639. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/generic/stream_protocol.hpp +0 -0
  640. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/handler_continuation_hook.hpp +0 -0
  641. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/high_resolution_timer.hpp +0 -0
  642. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/impl/any_completion_executor.ipp +0 -0
  643. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/impl/any_io_executor.ipp +0 -0
  644. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/impl/awaitable.hpp +0 -0
  645. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/impl/buffered_read_stream.hpp +0 -0
  646. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/impl/buffered_write_stream.hpp +0 -0
  647. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/impl/cancellation_signal.ipp +0 -0
  648. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/impl/co_spawn.hpp +0 -0
  649. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/impl/connect_pipe.hpp +0 -0
  650. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/impl/connect_pipe.ipp +0 -0
  651. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/impl/deferred.hpp +0 -0
  652. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/impl/error.ipp +0 -0
  653. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/impl/error_code.ipp +0 -0
  654. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/impl/execution_context.hpp +0 -0
  655. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/impl/execution_context.ipp +0 -0
  656. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/impl/executor.hpp +0 -0
  657. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/impl/executor.ipp +0 -0
  658. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/impl/io_context.hpp +0 -0
  659. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/impl/io_context.ipp +0 -0
  660. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/impl/multiple_exceptions.ipp +0 -0
  661. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/impl/serial_port_base.hpp +0 -0
  662. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/impl/serial_port_base.ipp +0 -0
  663. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/impl/src.hpp +0 -0
  664. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/impl/system_context.hpp +0 -0
  665. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/impl/system_context.ipp +0 -0
  666. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/impl/system_executor.hpp +0 -0
  667. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/impl/thread_pool.hpp +0 -0
  668. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/impl/thread_pool.ipp +0 -0
  669. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/impl/use_awaitable.hpp +0 -0
  670. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/impl/use_future.hpp +0 -0
  671. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/io_context.hpp +0 -0
  672. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/io_service.hpp +0 -0
  673. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/io_service_strand.hpp +0 -0
  674. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ip/address.hpp +0 -0
  675. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ip/address_v4.hpp +0 -0
  676. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ip/address_v4_iterator.hpp +0 -0
  677. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ip/address_v4_range.hpp +0 -0
  678. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ip/address_v6.hpp +0 -0
  679. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ip/address_v6_iterator.hpp +0 -0
  680. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ip/address_v6_range.hpp +0 -0
  681. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ip/bad_address_cast.hpp +0 -0
  682. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ip/basic_endpoint.hpp +0 -0
  683. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ip/basic_resolver_entry.hpp +0 -0
  684. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ip/basic_resolver_iterator.hpp +0 -0
  685. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ip/basic_resolver_query.hpp +0 -0
  686. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ip/basic_resolver_results.hpp +0 -0
  687. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ip/detail/endpoint.hpp +0 -0
  688. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ip/detail/impl/endpoint.ipp +0 -0
  689. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ip/host_name.hpp +0 -0
  690. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ip/icmp.hpp +0 -0
  691. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ip/impl/address.hpp +0 -0
  692. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ip/impl/address.ipp +0 -0
  693. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ip/impl/address_v4.hpp +0 -0
  694. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ip/impl/address_v4.ipp +0 -0
  695. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ip/impl/address_v6.hpp +0 -0
  696. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ip/impl/address_v6.ipp +0 -0
  697. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ip/impl/basic_endpoint.hpp +0 -0
  698. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ip/impl/host_name.ipp +0 -0
  699. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ip/impl/network_v4.hpp +0 -0
  700. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ip/impl/network_v4.ipp +0 -0
  701. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ip/impl/network_v6.hpp +0 -0
  702. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ip/impl/network_v6.ipp +0 -0
  703. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ip/multicast.hpp +0 -0
  704. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ip/network_v4.hpp +0 -0
  705. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ip/network_v6.hpp +0 -0
  706. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ip/resolver_base.hpp +0 -0
  707. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ip/resolver_query_base.hpp +0 -0
  708. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ip/tcp.hpp +0 -0
  709. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ip/udp.hpp +0 -0
  710. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ip/unicast.hpp +0 -0
  711. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ip/v6_only.hpp +0 -0
  712. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/is_applicable_property.hpp +0 -0
  713. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/is_contiguous_iterator.hpp +0 -0
  714. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/is_executor.hpp +0 -0
  715. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/is_read_buffered.hpp +0 -0
  716. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/is_write_buffered.hpp +0 -0
  717. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/local/basic_endpoint.hpp +0 -0
  718. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/local/connect_pair.hpp +0 -0
  719. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/local/datagram_protocol.hpp +0 -0
  720. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/local/detail/endpoint.hpp +0 -0
  721. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/local/detail/impl/endpoint.ipp +0 -0
  722. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/local/seq_packet_protocol.hpp +0 -0
  723. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/local/stream_protocol.hpp +0 -0
  724. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/multiple_exceptions.hpp +0 -0
  725. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/packaged_task.hpp +0 -0
  726. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/placeholders.hpp +0 -0
  727. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/posix/descriptor.hpp +0 -0
  728. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/posix/descriptor_base.hpp +0 -0
  729. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/posix/stream_descriptor.hpp +0 -0
  730. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/post.hpp +0 -0
  731. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/prefer.hpp +0 -0
  732. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/prepend.hpp +0 -0
  733. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/query.hpp +0 -0
  734. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/random_access_file.hpp +0 -0
  735. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/readable_pipe.hpp +0 -0
  736. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/recycling_allocator.hpp +0 -0
  737. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/require.hpp +0 -0
  738. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/require_concept.hpp +0 -0
  739. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/serial_port.hpp +0 -0
  740. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/serial_port_base.hpp +0 -0
  741. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/signal_set.hpp +0 -0
  742. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/signal_set_base.hpp +0 -0
  743. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/socket_base.hpp +0 -0
  744. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ssl/context.hpp +0 -0
  745. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ssl/context_base.hpp +0 -0
  746. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ssl/detail/buffered_handshake_op.hpp +0 -0
  747. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ssl/detail/engine.hpp +0 -0
  748. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ssl/detail/handshake_op.hpp +0 -0
  749. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ssl/detail/impl/engine.ipp +0 -0
  750. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ssl/detail/io.hpp +0 -0
  751. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ssl/detail/openssl_init.hpp +0 -0
  752. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ssl/detail/openssl_types.hpp +0 -0
  753. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ssl/detail/password_callback.hpp +0 -0
  754. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ssl/detail/read_op.hpp +0 -0
  755. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ssl/detail/shutdown_op.hpp +0 -0
  756. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ssl/detail/stream_core.hpp +0 -0
  757. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ssl/detail/verify_callback.hpp +0 -0
  758. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ssl/detail/write_op.hpp +0 -0
  759. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ssl/error.hpp +0 -0
  760. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ssl/host_name_verification.hpp +0 -0
  761. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ssl/impl/context.hpp +0 -0
  762. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ssl/impl/error.ipp +0 -0
  763. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ssl/impl/host_name_verification.ipp +0 -0
  764. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ssl/impl/rfc2818_verification.ipp +0 -0
  765. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ssl/impl/src.hpp +0 -0
  766. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ssl/rfc2818_verification.hpp +0 -0
  767. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ssl/stream_base.hpp +0 -0
  768. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ssl/verify_context.hpp +0 -0
  769. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ssl/verify_mode.hpp +0 -0
  770. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ssl.hpp +0 -0
  771. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/static_thread_pool.hpp +0 -0
  772. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/steady_timer.hpp +0 -0
  773. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/strand.hpp +0 -0
  774. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/stream_file.hpp +0 -0
  775. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/streambuf.hpp +0 -0
  776. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/system_context.hpp +0 -0
  777. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/system_error.hpp +0 -0
  778. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/system_executor.hpp +0 -0
  779. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/system_timer.hpp +0 -0
  780. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/this_coro.hpp +0 -0
  781. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/thread.hpp +0 -0
  782. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/thread_pool.hpp +0 -0
  783. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/time_traits.hpp +0 -0
  784. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/traits/equality_comparable.hpp +0 -0
  785. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/traits/execute_member.hpp +0 -0
  786. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/traits/prefer_free.hpp +0 -0
  787. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/traits/prefer_member.hpp +0 -0
  788. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/traits/query_free.hpp +0 -0
  789. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/traits/query_member.hpp +0 -0
  790. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/traits/query_static_constexpr_member.hpp +0 -0
  791. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/traits/require_concept_free.hpp +0 -0
  792. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/traits/require_concept_member.hpp +0 -0
  793. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/traits/require_free.hpp +0 -0
  794. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/traits/require_member.hpp +0 -0
  795. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/traits/static_query.hpp +0 -0
  796. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/traits/static_require.hpp +0 -0
  797. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/traits/static_require_concept.hpp +0 -0
  798. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ts/buffer.hpp +0 -0
  799. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ts/executor.hpp +0 -0
  800. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ts/internet.hpp +0 -0
  801. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ts/io_context.hpp +0 -0
  802. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ts/net.hpp +0 -0
  803. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ts/netfwd.hpp +0 -0
  804. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ts/socket.hpp +0 -0
  805. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ts/timer.hpp +0 -0
  806. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/unyield.hpp +0 -0
  807. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/use_awaitable.hpp +0 -0
  808. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/use_future.hpp +0 -0
  809. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/uses_executor.hpp +0 -0
  810. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/wait_traits.hpp +0 -0
  811. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/windows/basic_overlapped_handle.hpp +0 -0
  812. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/windows/object_handle.hpp +0 -0
  813. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/windows/overlapped_handle.hpp +0 -0
  814. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/windows/overlapped_ptr.hpp +0 -0
  815. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/windows/random_access_handle.hpp +0 -0
  816. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/windows/stream_handle.hpp +0 -0
  817. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/writable_pipe.hpp +0 -0
  818. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/yield.hpp +0 -0
  819. /data/ext/couchbase/cmake/{couchbase-cxx-client.pc.in → couchbase_cxx_client.pc.in} +0 -0
@@ -1602,7 +1602,7 @@ std::size_t read_until(SyncReadStream& s, DynamicBuffer_v2 buffers,
1602
1602
  * Regardless of whether the asynchronous operation completes immediately or
1603
1603
  * not, the completion handler will not be invoked from within this function.
1604
1604
  * On immediate completion, invocation of the handler will be performed in a
1605
- * manner equivalent to using asio::post().
1605
+ * manner equivalent to using asio::async_immediate().
1606
1606
  *
1607
1607
  * @par Completion Signature
1608
1608
  * @code void(asio::error_code, std::size_t) @endcode
@@ -1655,7 +1655,7 @@ template <typename AsyncReadStream, typename DynamicBuffer_v1,
1655
1655
  ASIO_COMPLETION_TOKEN_FOR(void (asio::error_code,
1656
1656
  std::size_t)) ReadToken = default_completion_token_t<
1657
1657
  typename AsyncReadStream::executor_type>>
1658
- auto async_read_until(AsyncReadStream& s,
1658
+ inline auto async_read_until(AsyncReadStream& s,
1659
1659
  DynamicBuffer_v1&& buffers, char delim,
1660
1660
  ReadToken&& token = default_completion_token_t<
1661
1661
  typename AsyncReadStream::executor_type>(),
@@ -1669,7 +1669,13 @@ auto async_read_until(AsyncReadStream& s,
1669
1669
  async_initiate<ReadToken,
1670
1670
  void (asio::error_code, std::size_t)>(
1671
1671
  declval<detail::initiate_async_read_until_delim_v1<AsyncReadStream>>(),
1672
- token, static_cast<DynamicBuffer_v1&&>(buffers), delim));
1672
+ token, static_cast<DynamicBuffer_v1&&>(buffers), delim))
1673
+ {
1674
+ return async_initiate<ReadToken,
1675
+ void (asio::error_code, std::size_t)>(
1676
+ detail::initiate_async_read_until_delim_v1<AsyncReadStream>(s),
1677
+ token, static_cast<DynamicBuffer_v1&&>(buffers), delim);
1678
+ }
1673
1679
 
1674
1680
  /// Start an asynchronous operation to read data into a dynamic buffer sequence
1675
1681
  /// until it contains a specified delimiter.
@@ -1719,7 +1725,7 @@ auto async_read_until(AsyncReadStream& s,
1719
1725
  * Regardless of whether the asynchronous operation completes immediately or
1720
1726
  * not, the completion handler will not be invoked from within this function.
1721
1727
  * On immediate completion, invocation of the handler will be performed in a
1722
- * manner equivalent to using asio::post().
1728
+ * manner equivalent to using asio::async_immediate().
1723
1729
  *
1724
1730
  * @par Completion Signature
1725
1731
  * @code void(asio::error_code, std::size_t) @endcode
@@ -1772,7 +1778,7 @@ template <typename AsyncReadStream, typename DynamicBuffer_v1,
1772
1778
  ASIO_COMPLETION_TOKEN_FOR(void (asio::error_code,
1773
1779
  std::size_t)) ReadToken = default_completion_token_t<
1774
1780
  typename AsyncReadStream::executor_type>>
1775
- auto async_read_until(AsyncReadStream& s,
1781
+ inline auto async_read_until(AsyncReadStream& s,
1776
1782
  DynamicBuffer_v1&& buffers,
1777
1783
  ASIO_STRING_VIEW_PARAM delim,
1778
1784
  ReadToken&& token = default_completion_token_t<
@@ -1789,7 +1795,14 @@ auto async_read_until(AsyncReadStream& s,
1789
1795
  declval<detail::initiate_async_read_until_delim_string_v1<
1790
1796
  AsyncReadStream>>(),
1791
1797
  token, static_cast<DynamicBuffer_v1&&>(buffers),
1792
- static_cast<std::string>(delim)));
1798
+ static_cast<std::string>(delim)))
1799
+ {
1800
+ return async_initiate<ReadToken,
1801
+ void (asio::error_code, std::size_t)>(
1802
+ detail::initiate_async_read_until_delim_string_v1<AsyncReadStream>(s),
1803
+ token, static_cast<DynamicBuffer_v1&&>(buffers),
1804
+ static_cast<std::string>(delim));
1805
+ }
1793
1806
 
1794
1807
  #if !defined(ASIO_NO_EXTENSIONS)
1795
1808
  #if defined(ASIO_HAS_BOOST_REGEX) \
@@ -1847,7 +1860,7 @@ auto async_read_until(AsyncReadStream& s,
1847
1860
  * Regardless of whether the asynchronous operation completes immediately or
1848
1861
  * not, the completion handler will not be invoked from within this function.
1849
1862
  * On immediate completion, invocation of the handler will be performed in a
1850
- * manner equivalent to using asio::post().
1863
+ * manner equivalent to using asio::async_immediate().
1851
1864
  *
1852
1865
  * @par Completion Signature
1853
1866
  * @code void(asio::error_code, std::size_t) @endcode
@@ -1901,7 +1914,7 @@ template <typename AsyncReadStream, typename DynamicBuffer_v1, typename Traits,
1901
1914
  ASIO_COMPLETION_TOKEN_FOR(void (asio::error_code,
1902
1915
  std::size_t)) ReadToken = default_completion_token_t<
1903
1916
  typename AsyncReadStream::executor_type>>
1904
- auto async_read_until(AsyncReadStream& s, DynamicBuffer_v1&& buffers,
1917
+ inline auto async_read_until(AsyncReadStream& s, DynamicBuffer_v1&& buffers,
1905
1918
  const boost::basic_regex<char, Traits>& expr,
1906
1919
  ReadToken&& token = default_completion_token_t<
1907
1920
  typename AsyncReadStream::executor_type>(),
@@ -1915,7 +1928,13 @@ auto async_read_until(AsyncReadStream& s, DynamicBuffer_v1&& buffers,
1915
1928
  async_initiate<ReadToken,
1916
1929
  void (asio::error_code, std::size_t)>(
1917
1930
  declval<detail::initiate_async_read_until_expr_v1<AsyncReadStream>>(),
1918
- token, static_cast<DynamicBuffer_v1&&>(buffers), expr));
1931
+ token, static_cast<DynamicBuffer_v1&&>(buffers), expr))
1932
+ {
1933
+ return async_initiate<ReadToken,
1934
+ void (asio::error_code, std::size_t)>(
1935
+ detail::initiate_async_read_until_expr_v1<AsyncReadStream>(s),
1936
+ token, static_cast<DynamicBuffer_v1&&>(buffers), expr);
1937
+ }
1919
1938
 
1920
1939
  #endif // defined(ASIO_HAS_BOOST_REGEX)
1921
1940
  // || defined(GENERATING_DOCUMENTATION)
@@ -1983,7 +2002,7 @@ auto async_read_until(AsyncReadStream& s, DynamicBuffer_v1&& buffers,
1983
2002
  * Regardless of whether the asynchronous operation completes immediately or
1984
2003
  * not, the completion handler will not be invoked from within this function.
1985
2004
  * On immediate completion, invocation of the handler will be performed in a
1986
- * manner equivalent to using asio::post().
2005
+ * manner equivalent to using asio::async_immediate().
1987
2006
  *
1988
2007
  * @note After a successful async_read_until operation, the dynamic buffer
1989
2008
  * sequence may contain additional data beyond that which matched the function
@@ -2069,7 +2088,7 @@ template <typename AsyncReadStream,
2069
2088
  ASIO_COMPLETION_TOKEN_FOR(void (asio::error_code,
2070
2089
  std::size_t)) ReadToken = default_completion_token_t<
2071
2090
  typename AsyncReadStream::executor_type>>
2072
- auto async_read_until(AsyncReadStream& s,
2091
+ inline auto async_read_until(AsyncReadStream& s,
2073
2092
  DynamicBuffer_v1&& buffers, MatchCondition match_condition,
2074
2093
  ReadToken&& token = default_completion_token_t<
2075
2094
  typename AsyncReadStream::executor_type>(),
@@ -2087,7 +2106,14 @@ auto async_read_until(AsyncReadStream& s,
2087
2106
  void (asio::error_code, std::size_t)>(
2088
2107
  declval<detail::initiate_async_read_until_match_v1<AsyncReadStream>>(),
2089
2108
  token, static_cast<DynamicBuffer_v1&&>(buffers),
2090
- match_condition));
2109
+ match_condition))
2110
+ {
2111
+ return async_initiate<ReadToken,
2112
+ void (asio::error_code, std::size_t)>(
2113
+ detail::initiate_async_read_until_match_v1<AsyncReadStream>(s),
2114
+ token, static_cast<DynamicBuffer_v1&&>(buffers),
2115
+ match_condition);
2116
+ }
2091
2117
 
2092
2118
  #if !defined(ASIO_NO_IOSTREAM)
2093
2119
 
@@ -2138,7 +2164,7 @@ auto async_read_until(AsyncReadStream& s,
2138
2164
  * Regardless of whether the asynchronous operation completes immediately or
2139
2165
  * not, the completion handler will not be invoked from within this function.
2140
2166
  * On immediate completion, invocation of the handler will be performed in a
2141
- * manner equivalent to using asio::post().
2167
+ * manner equivalent to using asio::async_immediate().
2142
2168
  *
2143
2169
  * @par Completion Signature
2144
2170
  * @code void(asio::error_code, std::size_t) @endcode
@@ -2190,7 +2216,7 @@ template <typename AsyncReadStream, typename Allocator,
2190
2216
  ASIO_COMPLETION_TOKEN_FOR(void (asio::error_code,
2191
2217
  std::size_t)) ReadToken = default_completion_token_t<
2192
2218
  typename AsyncReadStream::executor_type>>
2193
- auto async_read_until(AsyncReadStream& s,
2219
+ inline auto async_read_until(AsyncReadStream& s,
2194
2220
  asio::basic_streambuf<Allocator>& b, char delim,
2195
2221
  ReadToken&& token = default_completion_token_t<
2196
2222
  typename AsyncReadStream::executor_type>())
@@ -2198,7 +2224,13 @@ auto async_read_until(AsyncReadStream& s,
2198
2224
  async_initiate<ReadToken,
2199
2225
  void (asio::error_code, std::size_t)>(
2200
2226
  declval<detail::initiate_async_read_until_delim_v1<AsyncReadStream>>(),
2201
- token, basic_streambuf_ref<Allocator>(b), delim));
2227
+ token, basic_streambuf_ref<Allocator>(b), delim))
2228
+ {
2229
+ return async_initiate<ReadToken,
2230
+ void (asio::error_code, std::size_t)>(
2231
+ detail::initiate_async_read_until_delim_v1<AsyncReadStream>(s),
2232
+ token, basic_streambuf_ref<Allocator>(b), delim);
2233
+ }
2202
2234
 
2203
2235
  /// Start an asynchronous operation to read data into a streambuf until it
2204
2236
  /// contains a specified delimiter.
@@ -2247,7 +2279,7 @@ auto async_read_until(AsyncReadStream& s,
2247
2279
  * Regardless of whether the asynchronous operation completes immediately or
2248
2280
  * not, the completion handler will not be invoked from within this function.
2249
2281
  * On immediate completion, invocation of the handler will be performed in a
2250
- * manner equivalent to using asio::post().
2282
+ * manner equivalent to using asio::async_immediate().
2251
2283
  *
2252
2284
  * @par Completion Signature
2253
2285
  * @code void(asio::error_code, std::size_t) @endcode
@@ -2299,7 +2331,7 @@ template <typename AsyncReadStream, typename Allocator,
2299
2331
  ASIO_COMPLETION_TOKEN_FOR(void (asio::error_code,
2300
2332
  std::size_t)) ReadToken = default_completion_token_t<
2301
2333
  typename AsyncReadStream::executor_type>>
2302
- auto async_read_until(AsyncReadStream& s,
2334
+ inline auto async_read_until(AsyncReadStream& s,
2303
2335
  asio::basic_streambuf<Allocator>& b,
2304
2336
  ASIO_STRING_VIEW_PARAM delim,
2305
2337
  ReadToken&& token = default_completion_token_t<
@@ -2310,7 +2342,14 @@ auto async_read_until(AsyncReadStream& s,
2310
2342
  declval<detail::initiate_async_read_until_delim_string_v1<
2311
2343
  AsyncReadStream>>(),
2312
2344
  token, basic_streambuf_ref<Allocator>(b),
2313
- static_cast<std::string>(delim)));
2345
+ static_cast<std::string>(delim)))
2346
+ {
2347
+ return async_initiate<ReadToken,
2348
+ void (asio::error_code, std::size_t)>(
2349
+ detail::initiate_async_read_until_delim_string_v1<AsyncReadStream>(s),
2350
+ token, basic_streambuf_ref<Allocator>(b),
2351
+ static_cast<std::string>(delim));
2352
+ }
2314
2353
 
2315
2354
  #if defined(ASIO_HAS_BOOST_REGEX) \
2316
2355
  || defined(GENERATING_DOCUMENTATION)
@@ -2364,7 +2403,7 @@ auto async_read_until(AsyncReadStream& s,
2364
2403
  * Regardless of whether the asynchronous operation completes immediately or
2365
2404
  * not, the completion handler will not be invoked from within this function.
2366
2405
  * On immediate completion, invocation of the handler will be performed in a
2367
- * manner equivalent to using asio::post().
2406
+ * manner equivalent to using asio::async_immediate().
2368
2407
  *
2369
2408
  * @par Completion Signature
2370
2409
  * @code void(asio::error_code, std::size_t) @endcode
@@ -2417,7 +2456,7 @@ template <typename AsyncReadStream, typename Allocator, typename Traits,
2417
2456
  ASIO_COMPLETION_TOKEN_FOR(void (asio::error_code,
2418
2457
  std::size_t)) ReadToken = default_completion_token_t<
2419
2458
  typename AsyncReadStream::executor_type>>
2420
- auto async_read_until(AsyncReadStream& s,
2459
+ inline auto async_read_until(AsyncReadStream& s,
2421
2460
  asio::basic_streambuf<Allocator>& b,
2422
2461
  const boost::basic_regex<char, Traits>& expr,
2423
2462
  ReadToken&& token = default_completion_token_t<
@@ -2426,7 +2465,13 @@ auto async_read_until(AsyncReadStream& s,
2426
2465
  async_initiate<ReadToken,
2427
2466
  void (asio::error_code, std::size_t)>(
2428
2467
  declval<detail::initiate_async_read_until_expr_v1<AsyncReadStream>>(),
2429
- token, basic_streambuf_ref<Allocator>(b), expr));
2468
+ token, basic_streambuf_ref<Allocator>(b), expr))
2469
+ {
2470
+ return async_initiate<ReadToken,
2471
+ void (asio::error_code, std::size_t)>(
2472
+ detail::initiate_async_read_until_expr_v1<AsyncReadStream>(s),
2473
+ token, basic_streambuf_ref<Allocator>(b), expr);
2474
+ }
2430
2475
 
2431
2476
  #endif // defined(ASIO_HAS_BOOST_REGEX)
2432
2477
  // || defined(GENERATING_DOCUMENTATION)
@@ -2491,7 +2536,7 @@ auto async_read_until(AsyncReadStream& s,
2491
2536
  * Regardless of whether the asynchronous operation completes immediately or
2492
2537
  * not, the completion handler will not be invoked from within this function.
2493
2538
  * On immediate completion, invocation of the handler will be performed in a
2494
- * manner equivalent to using asio::post().
2539
+ * manner equivalent to using asio::async_immediate().
2495
2540
  *
2496
2541
  * @note After a successful async_read_until operation, the streambuf may
2497
2542
  * contain additional data beyond that which matched the function object. An
@@ -2575,7 +2620,7 @@ template <typename AsyncReadStream, typename Allocator, typename MatchCondition,
2575
2620
  ASIO_COMPLETION_TOKEN_FOR(void (asio::error_code,
2576
2621
  std::size_t)) ReadToken = default_completion_token_t<
2577
2622
  typename AsyncReadStream::executor_type>>
2578
- auto async_read_until(AsyncReadStream& s,
2623
+ inline auto async_read_until(AsyncReadStream& s,
2579
2624
  asio::basic_streambuf<Allocator>& b, MatchCondition match_condition,
2580
2625
  ReadToken&& token = default_completion_token_t<
2581
2626
  typename AsyncReadStream::executor_type>(),
@@ -2584,7 +2629,13 @@ auto async_read_until(AsyncReadStream& s,
2584
2629
  async_initiate<ReadToken,
2585
2630
  void (asio::error_code, std::size_t)>(
2586
2631
  declval<detail::initiate_async_read_until_match_v1<AsyncReadStream>>(),
2587
- token, basic_streambuf_ref<Allocator>(b), match_condition));
2632
+ token, basic_streambuf_ref<Allocator>(b), match_condition))
2633
+ {
2634
+ return async_initiate<ReadToken,
2635
+ void (asio::error_code, std::size_t)>(
2636
+ detail::initiate_async_read_until_match_v1<AsyncReadStream>(s),
2637
+ token, basic_streambuf_ref<Allocator>(b), match_condition);
2638
+ }
2588
2639
 
2589
2640
  #endif // !defined(ASIO_NO_IOSTREAM)
2590
2641
  #endif // !defined(ASIO_NO_EXTENSIONS)
@@ -2639,7 +2690,7 @@ auto async_read_until(AsyncReadStream& s,
2639
2690
  * Regardless of whether the asynchronous operation completes immediately or
2640
2691
  * not, the completion handler will not be invoked from within this function.
2641
2692
  * On immediate completion, invocation of the handler will be performed in a
2642
- * manner equivalent to using asio::post().
2693
+ * manner equivalent to using asio::async_immediate().
2643
2694
  *
2644
2695
  * @par Completion Signature
2645
2696
  * @code void(asio::error_code, std::size_t) @endcode
@@ -2692,7 +2743,8 @@ template <typename AsyncReadStream, typename DynamicBuffer_v2,
2692
2743
  ASIO_COMPLETION_TOKEN_FOR(void (asio::error_code,
2693
2744
  std::size_t)) ReadToken = default_completion_token_t<
2694
2745
  typename AsyncReadStream::executor_type>>
2695
- auto async_read_until(AsyncReadStream& s, DynamicBuffer_v2 buffers, char delim,
2746
+ inline auto async_read_until(AsyncReadStream& s,
2747
+ DynamicBuffer_v2 buffers, char delim,
2696
2748
  ReadToken&& token = default_completion_token_t<
2697
2749
  typename AsyncReadStream::executor_type>(),
2698
2750
  constraint_t<
@@ -2702,7 +2754,13 @@ auto async_read_until(AsyncReadStream& s, DynamicBuffer_v2 buffers, char delim,
2702
2754
  async_initiate<ReadToken,
2703
2755
  void (asio::error_code, std::size_t)>(
2704
2756
  declval<detail::initiate_async_read_until_delim_v2<AsyncReadStream>>(),
2705
- token, static_cast<DynamicBuffer_v2&&>(buffers), delim));
2757
+ token, static_cast<DynamicBuffer_v2&&>(buffers), delim))
2758
+ {
2759
+ return async_initiate<ReadToken,
2760
+ void (asio::error_code, std::size_t)>(
2761
+ detail::initiate_async_read_until_delim_v2<AsyncReadStream>(s),
2762
+ token, static_cast<DynamicBuffer_v2&&>(buffers), delim);
2763
+ }
2706
2764
 
2707
2765
  /// Start an asynchronous operation to read data into a dynamic buffer sequence
2708
2766
  /// until it contains a specified delimiter.
@@ -2752,7 +2810,7 @@ auto async_read_until(AsyncReadStream& s, DynamicBuffer_v2 buffers, char delim,
2752
2810
  * Regardless of whether the asynchronous operation completes immediately or
2753
2811
  * not, the completion handler will not be invoked from within this function.
2754
2812
  * On immediate completion, invocation of the handler will be performed in a
2755
- * manner equivalent to using asio::post().
2813
+ * manner equivalent to using asio::async_immediate().
2756
2814
  *
2757
2815
  * @par Completion Signature
2758
2816
  * @code void(asio::error_code, std::size_t) @endcode
@@ -2805,7 +2863,7 @@ template <typename AsyncReadStream, typename DynamicBuffer_v2,
2805
2863
  ASIO_COMPLETION_TOKEN_FOR(void (asio::error_code,
2806
2864
  std::size_t)) ReadToken = default_completion_token_t<
2807
2865
  typename AsyncReadStream::executor_type>>
2808
- auto async_read_until(AsyncReadStream& s, DynamicBuffer_v2 buffers,
2866
+ inline auto async_read_until(AsyncReadStream& s, DynamicBuffer_v2 buffers,
2809
2867
  ASIO_STRING_VIEW_PARAM delim,
2810
2868
  ReadToken&& token = default_completion_token_t<
2811
2869
  typename AsyncReadStream::executor_type>(),
@@ -2818,7 +2876,14 @@ auto async_read_until(AsyncReadStream& s, DynamicBuffer_v2 buffers,
2818
2876
  declval<detail::initiate_async_read_until_delim_string_v2<
2819
2877
  AsyncReadStream>>(),
2820
2878
  token, static_cast<DynamicBuffer_v2&&>(buffers),
2821
- static_cast<std::string>(delim)));
2879
+ static_cast<std::string>(delim)))
2880
+ {
2881
+ return async_initiate<ReadToken,
2882
+ void (asio::error_code, std::size_t)>(
2883
+ detail::initiate_async_read_until_delim_string_v2<AsyncReadStream>(s),
2884
+ token, static_cast<DynamicBuffer_v2&&>(buffers),
2885
+ static_cast<std::string>(delim));
2886
+ }
2822
2887
 
2823
2888
  #if !defined(ASIO_NO_EXTENSIONS)
2824
2889
  #if defined(ASIO_HAS_BOOST_REGEX) \
@@ -2876,7 +2941,7 @@ auto async_read_until(AsyncReadStream& s, DynamicBuffer_v2 buffers,
2876
2941
  * Regardless of whether the asynchronous operation completes immediately or
2877
2942
  * not, the completion handler will not be invoked from within this function.
2878
2943
  * On immediate completion, invocation of the handler will be performed in a
2879
- * manner equivalent to using asio::post().
2944
+ * manner equivalent to using asio::async_immediate().
2880
2945
  *
2881
2946
  * @par Completion Signature
2882
2947
  * @code void(asio::error_code, std::size_t) @endcode
@@ -2930,7 +2995,7 @@ template <typename AsyncReadStream, typename DynamicBuffer_v2, typename Traits,
2930
2995
  ASIO_COMPLETION_TOKEN_FOR(void (asio::error_code,
2931
2996
  std::size_t)) ReadToken = default_completion_token_t<
2932
2997
  typename AsyncReadStream::executor_type>>
2933
- auto async_read_until(AsyncReadStream& s, DynamicBuffer_v2 buffers,
2998
+ inline auto async_read_until(AsyncReadStream& s, DynamicBuffer_v2 buffers,
2934
2999
  const boost::basic_regex<char, Traits>& expr,
2935
3000
  ReadToken&& token = default_completion_token_t<
2936
3001
  typename AsyncReadStream::executor_type>(),
@@ -2941,7 +3006,13 @@ auto async_read_until(AsyncReadStream& s, DynamicBuffer_v2 buffers,
2941
3006
  async_initiate<ReadToken,
2942
3007
  void (asio::error_code, std::size_t)>(
2943
3008
  declval<detail::initiate_async_read_until_expr_v2<AsyncReadStream>>(),
2944
- token, static_cast<DynamicBuffer_v2&&>(buffers), expr));
3009
+ token, static_cast<DynamicBuffer_v2&&>(buffers), expr))
3010
+ {
3011
+ return async_initiate<ReadToken,
3012
+ void (asio::error_code, std::size_t)>(
3013
+ detail::initiate_async_read_until_expr_v2<AsyncReadStream>(s),
3014
+ token, static_cast<DynamicBuffer_v2&&>(buffers), expr);
3015
+ }
2945
3016
 
2946
3017
  #endif // defined(ASIO_HAS_BOOST_REGEX)
2947
3018
  // || defined(GENERATING_DOCUMENTATION)
@@ -3009,7 +3080,7 @@ auto async_read_until(AsyncReadStream& s, DynamicBuffer_v2 buffers,
3009
3080
  * Regardless of whether the asynchronous operation completes immediately or
3010
3081
  * not, the completion handler will not be invoked from within this function.
3011
3082
  * On immediate completion, invocation of the handler will be performed in a
3012
- * manner equivalent to using asio::post().
3083
+ * manner equivalent to using asio::async_immediate().
3013
3084
  *
3014
3085
  * @note After a successful async_read_until operation, the dynamic buffer
3015
3086
  * sequence may contain additional data beyond that which matched the function
@@ -3095,7 +3166,7 @@ template <typename AsyncReadStream,
3095
3166
  ASIO_COMPLETION_TOKEN_FOR(void (asio::error_code,
3096
3167
  std::size_t)) ReadToken = default_completion_token_t<
3097
3168
  typename AsyncReadStream::executor_type>>
3098
- auto async_read_until(AsyncReadStream& s,
3169
+ inline auto async_read_until(AsyncReadStream& s,
3099
3170
  DynamicBuffer_v2 buffers, MatchCondition match_condition,
3100
3171
  ReadToken&& token = default_completion_token_t<
3101
3172
  typename AsyncReadStream::executor_type>(),
@@ -3109,7 +3180,14 @@ auto async_read_until(AsyncReadStream& s,
3109
3180
  async_initiate<ReadToken,
3110
3181
  void (asio::error_code, std::size_t)>(
3111
3182
  declval<detail::initiate_async_read_until_match_v2<AsyncReadStream>>(),
3112
- token, static_cast<DynamicBuffer_v2&&>(buffers), match_condition));
3183
+ token, static_cast<DynamicBuffer_v2&&>(buffers), match_condition))
3184
+ {
3185
+ return async_initiate<ReadToken,
3186
+ void (asio::error_code, std::size_t)>(
3187
+ detail::initiate_async_read_until_match_v2<AsyncReadStream>(s),
3188
+ token, static_cast<DynamicBuffer_v2&&>(buffers),
3189
+ match_condition);
3190
+ }
3113
3191
 
3114
3192
  #endif // !defined(ASIO_NO_EXTENSIONS)
3115
3193
 
@@ -33,7 +33,7 @@ template <typename CompletionToken>
33
33
  class redirect_error_t
34
34
  {
35
35
  public:
36
- /// Constructor.
36
+ /// Constructor.
37
37
  template <typename T>
38
38
  redirect_error_t(T&& completion_token, asio::error_code& ec)
39
39
  : token_(static_cast<T&&>(completion_token)),
@@ -46,10 +46,50 @@ public:
46
46
  asio::error_code& ec_;
47
47
  };
48
48
 
49
+ /// A function object type that adapts a @ref completion_token to capture
50
+ /// error_code values to a variable.
51
+ /**
52
+ * May also be used directly as a completion token, in which case it adapts the
53
+ * asynchronous operation's default completion token (or asio::deferred
54
+ * if no default is available).
55
+ */
56
+ class partial_redirect_error
57
+ {
58
+ public:
59
+ /// Constructor that specifies the variable used to capture error_code values.
60
+ explicit partial_redirect_error(asio::error_code& ec)
61
+ : ec_(ec)
62
+ {
63
+ }
64
+
65
+ /// Adapt a @ref completion_token to specify that the completion handler
66
+ /// should capture error_code values to a variable.
67
+ template <typename CompletionToken>
68
+ ASIO_NODISCARD inline
69
+ constexpr redirect_error_t<decay_t<CompletionToken>>
70
+ operator()(CompletionToken&& completion_token) const
71
+ {
72
+ return redirect_error_t<decay_t<CompletionToken>>(
73
+ static_cast<CompletionToken&&>(completion_token), ec_);
74
+ }
75
+
76
+ //private:
77
+ asio::error_code& ec_;
78
+ };
79
+
80
+ /// Create a partial completion token adapter that captures error_code values
81
+ /// to a variable.
82
+ ASIO_NODISCARD inline partial_redirect_error
83
+ redirect_error(asio::error_code& ec)
84
+ {
85
+ return partial_redirect_error(ec);
86
+ }
87
+
49
88
  /// Adapt a @ref completion_token to capture error_code values to a variable.
50
89
  template <typename CompletionToken>
51
- inline redirect_error_t<decay_t<CompletionToken>> redirect_error(
52
- CompletionToken&& completion_token, asio::error_code& ec)
90
+ ASIO_NODISCARD inline redirect_error_t<decay_t<CompletionToken>>
91
+ redirect_error(CompletionToken&& completion_token,
92
+ asio::error_code& ec)
53
93
  {
54
94
  return redirect_error_t<decay_t<CompletionToken>>(
55
95
  static_cast<CompletionToken&&>(completion_token), ec);
@@ -78,7 +78,7 @@ private:
78
78
  };
79
79
 
80
80
  /// Holds a registered buffer over modifiable data.
81
- /**
81
+ /**
82
82
  * Satisfies the @c MutableBufferSequence type requirements.
83
83
  */
84
84
  class mutable_registered_buffer
@@ -149,7 +149,7 @@ private:
149
149
  };
150
150
 
151
151
  /// Holds a registered buffer over non-modifiable data.
152
- /**
152
+ /**
153
153
  * Satisfies the @c ConstBufferSequence type requirements.
154
154
  */
155
155
  class const_registered_buffer
@@ -37,7 +37,7 @@ public:
37
37
  {
38
38
  #if (OPENSSL_VERSION_NUMBER < 0x10100000L)
39
39
  ::SSL_library_init();
40
- ::SSL_load_error_strings();
40
+ ::SSL_load_error_strings();
41
41
  ::OpenSSL_add_all_algorithms();
42
42
 
43
43
  mutexes_.resize(::CRYPTO_num_locks());
@@ -123,7 +123,7 @@ private:
123
123
  #endif // (OPENSSL_VERSION_NUMBER < 0x10000000L)
124
124
 
125
125
  #if (OPENSSL_VERSION_NUMBER < 0x10100000L)
126
- static void openssl_locking_func(int mode, int n,
126
+ static void openssl_locking_func(int mode, int n,
127
127
  const char* /*file*/, int /*line*/)
128
128
  {
129
129
  if (mode & CRYPTO_LOCK)
@@ -794,7 +794,7 @@ ASIO_SYNC_OP_VOID context::use_certificate_chain(
794
794
  ASIO_SYNC_OP_VOID_RETURN(ec);
795
795
  }
796
796
  }
797
-
797
+
798
798
  result = ::ERR_peek_last_error();
799
799
  if ((ERR_GET_LIB(result) == ERR_LIB_PEM)
800
800
  && (ERR_GET_REASON(result) == PEM_R_NO_START_LINE))
@@ -481,7 +481,7 @@ public:
481
481
  * Regardless of whether the asynchronous operation completes immediately or
482
482
  * not, the completion handler will not be invoked from within this function.
483
483
  * On immediate completion, invocation of the handler will be performed in a
484
- * manner equivalent to using asio::post().
484
+ * manner equivalent to using asio::async_immediate().
485
485
  *
486
486
  * @par Completion Signature
487
487
  * @code void(asio::error_code) @endcode
@@ -538,7 +538,7 @@ public:
538
538
  * Regardless of whether the asynchronous operation completes immediately or
539
539
  * not, the completion handler will not be invoked from within this function.
540
540
  * On immediate completion, invocation of the handler will be performed in a
541
- * manner equivalent to using asio::post().
541
+ * manner equivalent to using asio::async_immediate().
542
542
  *
543
543
  * @par Completion Signature
544
544
  * @code void(asio::error_code, std::size_t) @endcode
@@ -618,7 +618,7 @@ public:
618
618
  * Regardless of whether the asynchronous operation completes immediately or
619
619
  * not, the completion handler will not be invoked from within this function.
620
620
  * On immediate completion, invocation of the handler will be performed in a
621
- * manner equivalent to using asio::post().
621
+ * manner equivalent to using asio::async_immediate().
622
622
  *
623
623
  * @par Completion Signature
624
624
  * @code void(asio::error_code) @endcode
@@ -722,7 +722,7 @@ public:
722
722
  * Regardless of whether the asynchronous operation completes immediately or
723
723
  * not, the completion handler will not be invoked from within this function.
724
724
  * On immediate completion, invocation of the handler will be performed in a
725
- * manner equivalent to using asio::post().
725
+ * manner equivalent to using asio::async_immediate().
726
726
  *
727
727
  * @par Completion Signature
728
728
  * @code void(asio::error_code, std::size_t) @endcode
@@ -830,7 +830,7 @@ public:
830
830
  * Regardless of whether the asynchronous operation completes immediately or
831
831
  * not, the completion handler will not be invoked from within this function.
832
832
  * On immediate completion, invocation of the handler will be performed in a
833
- * manner equivalent to using asio::post().
833
+ * manner equivalent to using asio::async_immediate().
834
834
  *
835
835
  * @par Completion Signature
836
836
  * @code void(asio::error_code, std::size_t) @endcode
@@ -18,6 +18,6 @@
18
18
  // ASIO_VERSION % 100 is the sub-minor version
19
19
  // ASIO_VERSION / 100 % 1000 is the minor version
20
20
  // ASIO_VERSION / 100000 is the major version
21
- #define ASIO_VERSION 103002 // 1.30.2
21
+ #define ASIO_VERSION 103100 // 1.31.0
22
22
 
23
23
  #endif // ASIO_VERSION_HPP
@@ -415,7 +415,7 @@ public:
415
415
  * Regardless of whether the asynchronous operation completes immediately or
416
416
  * not, the completion handler will not be invoked from within this function.
417
417
  * On immediate completion, invocation of the handler will be performed in a
418
- * manner equivalent to using asio::post().
418
+ * manner equivalent to using asio::async_immediate().
419
419
  *
420
420
  * @par Completion Signature
421
421
  * @code void(asio::error_code) @endcode
@@ -308,7 +308,7 @@ public:
308
308
  * Regardless of whether the asynchronous operation completes immediately or
309
309
  * not, the completion handler will not be invoked from within this function.
310
310
  * On immediate completion, invocation of the handler will be performed in a
311
- * manner equivalent to using asio::post().
311
+ * manner equivalent to using asio::async_immediate().
312
312
  *
313
313
  * @par Completion Signature
314
314
  * @code void(asio::error_code, std::size_t) @endcode
@@ -444,7 +444,7 @@ public:
444
444
  * Regardless of whether the asynchronous operation completes immediately or
445
445
  * not, the completion handler will not be invoked from within this function.
446
446
  * On immediate completion, invocation of the handler will be performed in a
447
- * manner equivalent to using asio::post().
447
+ * manner equivalent to using asio::async_immediate().
448
448
  *
449
449
  * @par Completion Signature
450
450
  * @code void(asio::error_code, std::size_t) @endcode
@@ -299,7 +299,7 @@ public:
299
299
  * Regardless of whether the asynchronous operation completes immediately or
300
300
  * not, the completion handler will not be invoked from within this function.
301
301
  * On immediate completion, invocation of the handler will be performed in a
302
- * manner equivalent to using asio::post().
302
+ * manner equivalent to using asio::async_immediate().
303
303
  *
304
304
  * @par Completion Signature
305
305
  * @code void(asio::error_code, std::size_t) @endcode
@@ -428,7 +428,7 @@ public:
428
428
  * Regardless of whether the asynchronous operation completes immediately or
429
429
  * not, the completion handler will not be invoked from within this function.
430
430
  * On immediate completion, invocation of the handler will be performed in a
431
- * manner equivalent to using asio::post().
431
+ * manner equivalent to using asio::async_immediate().
432
432
  *
433
433
  * @par Completion Signature
434
434
  * @code void(asio::error_code, std::size_t) @endcode