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
@@ -1213,7 +1213,7 @@ public:
1213
1213
  * Regardless of whether the asynchronous operation completes immediately or
1214
1214
  * not, the completion handler will not be invoked from within this function.
1215
1215
  * On immediate completion, invocation of the handler will be performed in a
1216
- * manner equivalent to using asio::post().
1216
+ * manner equivalent to using asio::async_immediate().
1217
1217
  *
1218
1218
  * @par Completion Signature
1219
1219
  * @code void(asio::error_code) @endcode
@@ -1348,7 +1348,7 @@ public:
1348
1348
  * Regardless of whether the asynchronous operation completes immediately or
1349
1349
  * not, the completion handler will not be invoked from within this function.
1350
1350
  * On immediate completion, invocation of the handler will be performed in a
1351
- * manner equivalent to using asio::post().
1351
+ * manner equivalent to using asio::async_immediate().
1352
1352
  *
1353
1353
  * @par Completion Signature
1354
1354
  * @code void(asio::error_code) @endcode
@@ -1496,7 +1496,7 @@ public:
1496
1496
  * Regardless of whether the asynchronous operation completes immediately or
1497
1497
  * not, the completion handler will not be invoked from within this function.
1498
1498
  * On immediate completion, invocation of the handler will be performed in a
1499
- * manner equivalent to using asio::post().
1499
+ * manner equivalent to using asio::async_immediate().
1500
1500
  *
1501
1501
  * @par Completion Signature
1502
1502
  * @code void(asio::error_code) @endcode
@@ -1616,7 +1616,7 @@ public:
1616
1616
  * Regardless of whether the asynchronous operation completes immediately or
1617
1617
  * not, the completion handler will not be invoked from within this function.
1618
1618
  * On immediate completion, invocation of the handler will be performed in a
1619
- * manner equivalent to using asio::post().
1619
+ * manner equivalent to using asio::async_immediate().
1620
1620
  *
1621
1621
  * @par Completion Signature
1622
1622
  * @code void(asio::error_code,
@@ -1866,7 +1866,7 @@ public:
1866
1866
  * Regardless of whether the asynchronous operation completes immediately or
1867
1867
  * not, the completion handler will not be invoked from within this function.
1868
1868
  * On immediate completion, invocation of the handler will be performed in a
1869
- * manner equivalent to using asio::post().
1869
+ * manner equivalent to using asio::async_immediate().
1870
1870
  *
1871
1871
  * @par Completion Signature
1872
1872
  * @code void(asio::error_code,
@@ -1962,7 +1962,7 @@ public:
1962
1962
  * Regardless of whether the asynchronous operation completes immediately or
1963
1963
  * not, the completion handler will not be invoked from within this function.
1964
1964
  * On immediate completion, invocation of the handler will be performed in a
1965
- * manner equivalent to using asio::post().
1965
+ * manner equivalent to using asio::async_immediate().
1966
1966
  *
1967
1967
  * @par Completion Signature
1968
1968
  * @code void(asio::error_code,
@@ -2132,7 +2132,7 @@ public:
2132
2132
  * Regardless of whether the asynchronous operation completes immediately or
2133
2133
  * not, the completion handler will not be invoked from within this function.
2134
2134
  * On immediate completion, invocation of the handler will be performed in a
2135
- * manner equivalent to using asio::post().
2135
+ * manner equivalent to using asio::async_immediate().
2136
2136
  *
2137
2137
  * @par Completion Signature
2138
2138
  * @code void(asio::error_code,
@@ -2414,7 +2414,7 @@ public:
2414
2414
  * Regardless of whether the asynchronous operation completes immediately or
2415
2415
  * not, the completion handler will not be invoked from within this function.
2416
2416
  * On immediate completion, invocation of the handler will be performed in a
2417
- * manner equivalent to using asio::post().
2417
+ * manner equivalent to using asio::async_immediate().
2418
2418
  *
2419
2419
  * @par Completion Signature
2420
2420
  * @code void(asio::error_code,
@@ -2514,7 +2514,7 @@ public:
2514
2514
  * Regardless of whether the asynchronous operation completes immediately or
2515
2515
  * not, the completion handler will not be invoked from within this function.
2516
2516
  * On immediate completion, invocation of the handler will be performed in a
2517
- * manner equivalent to using asio::post().
2517
+ * manner equivalent to using asio::async_immediate().
2518
2518
  *
2519
2519
  * @par Completion Signature
2520
2520
  * @code void(asio::error_code,
@@ -490,7 +490,7 @@ public:
490
490
  * Regardless of whether the asynchronous operation completes immediately or
491
491
  * not, the completion handler will not be invoked from within this function.
492
492
  * On immediate completion, invocation of the handler will be performed in a
493
- * manner equivalent to using asio::post().
493
+ * manner equivalent to using asio::async_immediate().
494
494
  *
495
495
  * @par Completion Signature
496
496
  * @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, std::size_t) @endcode
@@ -461,7 +461,7 @@ public:
461
461
  * Regardless of whether the asynchronous operation completes immediately or
462
462
  * not, the completion handler will not be invoked from within this function.
463
463
  * On immediate completion, invocation of the handler will be performed in a
464
- * manner equivalent to using asio::post().
464
+ * manner equivalent to using asio::async_immediate().
465
465
  *
466
466
  * @par Completion Signature
467
467
  * @code void(asio::error_code, std::size_t) @endcode
@@ -531,7 +531,7 @@ public:
531
531
  * Regardless of whether the asynchronous operation completes immediately or
532
532
  * not, the completion handler will not be invoked from within this function.
533
533
  * On immediate completion, invocation of the handler will be performed in a
534
- * manner equivalent to using asio::post().
534
+ * manner equivalent to using asio::async_immediate().
535
535
  *
536
536
  * @par Completion Signature
537
537
  * @code void(asio::error_code, std::size_t) @endcode
@@ -703,7 +703,7 @@ public:
703
703
  * Regardless of whether the asynchronous operation completes immediately or
704
704
  * not, the completion handler will not be invoked from within this function.
705
705
  * On immediate completion, invocation of the handler will be performed in a
706
- * manner equivalent to using asio::post().
706
+ * manner equivalent to using asio::async_immediate().
707
707
  *
708
708
  * @par Completion Signature
709
709
  * @code void(asio::error_code, std::size_t) @endcode
@@ -775,7 +775,7 @@ public:
775
775
  * Regardless of whether the asynchronous operation completes immediately or
776
776
  * not, the completion handler will not be invoked from within this function.
777
777
  * On immediate completion, invocation of the handler will be performed in a
778
- * manner equivalent to using asio::post().
778
+ * manner equivalent to using asio::async_immediate().
779
779
  *
780
780
  * @par Completion Signature
781
781
  * @code void(asio::error_code, std::size_t) @endcode
@@ -905,7 +905,7 @@ public:
905
905
  * Regardless of whether the asynchronous operation completes immediately or
906
906
  * not, the completion handler will not be invoked from within this function.
907
907
  * On immediate completion, invocation of the handler will be performed in a
908
- * manner equivalent to using asio::post().
908
+ * manner equivalent to using asio::async_immediate().
909
909
  *
910
910
  * @par Completion Signature
911
911
  * @code void(asio::error_code, std::size_t) @endcode
@@ -1036,7 +1036,7 @@ public:
1036
1036
  * Regardless of whether the asynchronous operation completes immediately or
1037
1037
  * not, the completion handler will not be invoked from within this function.
1038
1038
  * On immediate completion, invocation of the handler will be performed in a
1039
- * manner equivalent to using asio::post().
1039
+ * manner equivalent to using asio::async_immediate().
1040
1040
  *
1041
1041
  * @par Completion Signature
1042
1042
  * @code void(asio::error_code, std::size_t) @endcode
@@ -75,7 +75,7 @@ class basic_waitable_timer;
75
75
  * timer.wait();
76
76
  * @endcode
77
77
  *
78
- * @par
78
+ * @par
79
79
  * Performing an asynchronous wait (C++11):
80
80
  * @code
81
81
  * void handler(const asio::error_code& error)
@@ -746,7 +746,7 @@ public:
746
746
  * Regardless of whether the asynchronous operation completes immediately or
747
747
  * not, the completion handler will not be invoked from within this function.
748
748
  * On immediate completion, invocation of the handler will be performed in a
749
- * manner equivalent to using asio::post().
749
+ * manner equivalent to using asio::async_immediate().
750
750
  *
751
751
  * @par Completion Signature
752
752
  * @code void(asio::error_code) @endcode
@@ -532,7 +532,7 @@ public:
532
532
  * Regardless of whether the asynchronous operation completes immediately or
533
533
  * not, the completion handler will not be invoked from within this function.
534
534
  * On immediate completion, invocation of the handler will be performed in a
535
- * manner equivalent to using asio::post().
535
+ * manner equivalent to using asio::async_immediate().
536
536
  *
537
537
  * @par Completion Signature
538
538
  * @code void(asio::error_code, std::size_t) @endcode
@@ -16,10 +16,12 @@
16
16
  #endif // defined(_MSC_VER) && (_MSC_VER >= 1200)
17
17
 
18
18
  #include "asio/detail/config.hpp"
19
- #include "asio/detail/type_traits.hpp"
20
19
  #include "asio/associated_allocator.hpp"
20
+ #include "asio/associated_executor.hpp"
21
21
  #include "asio/associator.hpp"
22
22
  #include "asio/async_result.hpp"
23
+ #include "asio/detail/initiation_base.hpp"
24
+ #include "asio/detail/type_traits.hpp"
23
25
 
24
26
  #include "asio/detail/push_options.hpp"
25
27
 
@@ -360,6 +362,46 @@ private:
360
362
  T target_;
361
363
  };
362
364
 
365
+ /// A function object type that adapts a @ref completion_token to specify that
366
+ /// the completion handler should have the supplied allocator as its associated
367
+ /// allocator.
368
+ /**
369
+ * May also be used directly as a completion token, in which case it adapts the
370
+ * asynchronous operation's default completion token (or asio::deferred
371
+ * if no default is available).
372
+ */
373
+ template <typename Allocator>
374
+ struct partial_allocator_binder
375
+ {
376
+ /// Constructor that specifies associated allocator.
377
+ explicit partial_allocator_binder(const Allocator& ex)
378
+ : allocator_(ex)
379
+ {
380
+ }
381
+
382
+ /// Adapt a @ref completion_token to specify that the completion handler
383
+ /// should have the allocator as its associated allocator.
384
+ template <typename CompletionToken>
385
+ ASIO_NODISCARD inline
386
+ constexpr allocator_binder<decay_t<CompletionToken>, Allocator>
387
+ operator()(CompletionToken&& completion_token) const
388
+ {
389
+ return allocator_binder<decay_t<CompletionToken>, Allocator>(
390
+ allocator_, static_cast<CompletionToken&&>(completion_token));
391
+ }
392
+
393
+ //private:
394
+ Allocator allocator_;
395
+ };
396
+
397
+ /// Create a partial completion token that associates an allocator.
398
+ template <typename Allocator>
399
+ ASIO_NODISCARD inline partial_allocator_binder<Allocator>
400
+ bind_allocator(const Allocator& ex)
401
+ {
402
+ return partial_allocator_binder<Allocator>(ex);
403
+ }
404
+
363
405
  /// Associate an object of type @c T with an allocator of type
364
406
  /// @c Allocator.
365
407
  template <typename Allocator, typename T>
@@ -437,49 +479,48 @@ public:
437
479
  }
438
480
 
439
481
  template <typename Initiation>
440
- struct init_wrapper
482
+ struct init_wrapper : detail::initiation_base<Initiation>
441
483
  {
442
- template <typename Init>
443
- init_wrapper(const Allocator& allocator, Init&& init)
444
- : allocator_(allocator),
445
- initiation_(static_cast<Init&&>(init))
446
- {
447
- }
484
+ using detail::initiation_base<Initiation>::initiation_base;
448
485
 
449
486
  template <typename Handler, typename... Args>
450
- void operator()(Handler&& handler, Args&&... args)
487
+ void operator()(Handler&& handler, const Allocator& a, Args&&... args) &&
451
488
  {
452
- static_cast<Initiation&&>(initiation_)(
489
+ static_cast<Initiation&&>(*this)(
453
490
  allocator_binder<decay_t<Handler>, Allocator>(
454
- allocator_, static_cast<Handler&&>(handler)),
491
+ a, static_cast<Handler&&>(handler)),
455
492
  static_cast<Args&&>(args)...);
456
493
  }
457
494
 
458
495
  template <typename Handler, typename... Args>
459
- void operator()(Handler&& handler, Args&&... args) const
496
+ void operator()(Handler&& handler,
497
+ const Allocator& a, Args&&... args) const &
460
498
  {
461
- initiation_(
499
+ static_cast<const Initiation&>(*this)(
462
500
  allocator_binder<decay_t<Handler>, Allocator>(
463
- allocator_, static_cast<Handler&&>(handler)),
501
+ a, static_cast<Handler&&>(handler)),
464
502
  static_cast<Args&&>(args)...);
465
503
  }
466
-
467
- Allocator allocator_;
468
- Initiation initiation_;
469
504
  };
470
505
 
471
506
  template <typename Initiation, typename RawCompletionToken, typename... Args>
472
507
  static auto initiate(Initiation&& initiation,
473
508
  RawCompletionToken&& token, Args&&... args)
474
509
  -> decltype(
475
- async_initiate<T, Signature>(
510
+ async_initiate<
511
+ conditional_t<
512
+ is_const<remove_reference_t<RawCompletionToken>>::value, const T, T>,
513
+ Signature>(
476
514
  declval<init_wrapper<decay_t<Initiation>>>(),
477
- token.get(), static_cast<Args&&>(args)...))
515
+ token.get(), token.get_allocator(), static_cast<Args&&>(args)...))
478
516
  {
479
- return async_initiate<T, Signature>(
480
- init_wrapper<decay_t<Initiation>>(token.get_allocator(),
517
+ return async_initiate<
518
+ conditional_t<
519
+ is_const<remove_reference_t<RawCompletionToken>>::value, const T, T>,
520
+ Signature>(
521
+ init_wrapper<decay_t<Initiation>>(
481
522
  static_cast<Initiation&&>(initiation)),
482
- token.get(), static_cast<Args&&>(args)...);
523
+ token.get(), token.get_allocator(), static_cast<Args&&>(args)...);
483
524
  }
484
525
 
485
526
  private:
@@ -489,6 +530,31 @@ private:
489
530
  async_result<T, Signature> target_;
490
531
  };
491
532
 
533
+ template <typename Allocator, typename... Signatures>
534
+ struct async_result<partial_allocator_binder<Allocator>, Signatures...>
535
+ {
536
+ template <typename Initiation, typename RawCompletionToken, typename... Args>
537
+ static auto initiate(Initiation&& initiation,
538
+ RawCompletionToken&& token, Args&&... args)
539
+ -> decltype(
540
+ async_initiate<Signatures...>(
541
+ static_cast<Initiation&&>(initiation),
542
+ allocator_binder<
543
+ default_completion_token_t<associated_executor_t<Initiation>>,
544
+ Allocator>(token.allocator_,
545
+ default_completion_token_t<associated_executor_t<Initiation>>{}),
546
+ static_cast<Args&&>(args)...))
547
+ {
548
+ return async_initiate<Signatures...>(
549
+ static_cast<Initiation&&>(initiation),
550
+ allocator_binder<
551
+ default_completion_token_t<associated_executor_t<Initiation>>,
552
+ Allocator>(token.allocator_,
553
+ default_completion_token_t<associated_executor_t<Initiation>>{}),
554
+ static_cast<Args&&>(args)...);
555
+ }
556
+ };
557
+
492
558
  template <template <typename, typename> class Associator,
493
559
  typename T, typename Allocator, typename DefaultCandidate>
494
560
  struct associator<Associator, allocator_binder<T, Allocator>, DefaultCandidate>
@@ -16,10 +16,12 @@
16
16
  #endif // defined(_MSC_VER) && (_MSC_VER >= 1200)
17
17
 
18
18
  #include "asio/detail/config.hpp"
19
- #include "asio/detail/type_traits.hpp"
20
19
  #include "asio/associated_cancellation_slot.hpp"
20
+ #include "asio/associated_executor.hpp"
21
21
  #include "asio/associator.hpp"
22
22
  #include "asio/async_result.hpp"
23
+ #include "asio/detail/initiation_base.hpp"
24
+ #include "asio/detail/type_traits.hpp"
23
25
 
24
26
  #include "asio/detail/push_options.hpp"
25
27
 
@@ -366,6 +368,46 @@ private:
366
368
  T target_;
367
369
  };
368
370
 
371
+ /// A function object type that adapts a @ref completion_token to specify that
372
+ /// the completion handler should have the supplied cancellation slot as its
373
+ /// associated cancellation slot.
374
+ /**
375
+ * May also be used directly as a completion token, in which case it adapts the
376
+ * asynchronous operation's default completion token (or asio::deferred
377
+ * if no default is available).
378
+ */
379
+ template <typename CancellationSlot>
380
+ struct partial_cancellation_slot_binder
381
+ {
382
+ /// Constructor that specifies associated cancellation slot.
383
+ explicit partial_cancellation_slot_binder(const CancellationSlot& ex)
384
+ : cancellation_slot_(ex)
385
+ {
386
+ }
387
+
388
+ /// Adapt a @ref completion_token to specify that the completion handler
389
+ /// should have the cancellation slot as its associated cancellation slot.
390
+ template <typename CompletionToken>
391
+ ASIO_NODISCARD inline
392
+ constexpr cancellation_slot_binder<decay_t<CompletionToken>, CancellationSlot>
393
+ operator()(CompletionToken&& completion_token) const
394
+ {
395
+ return cancellation_slot_binder<decay_t<CompletionToken>, CancellationSlot>(
396
+ static_cast<CompletionToken&&>(completion_token), cancellation_slot_);
397
+ }
398
+
399
+ //private:
400
+ CancellationSlot cancellation_slot_;
401
+ };
402
+
403
+ /// Create a partial completion token that associates a cancellation slot.
404
+ template <typename CancellationSlot>
405
+ ASIO_NODISCARD inline partial_cancellation_slot_binder<CancellationSlot>
406
+ bind_cancellation_slot(const CancellationSlot& ex)
407
+ {
408
+ return partial_cancellation_slot_binder<CancellationSlot>(ex);
409
+ }
410
+
369
411
  /// Associate an object of type @c T with a cancellation slot of type
370
412
  /// @c CancellationSlot.
371
413
  template <typename CancellationSlot, typename T>
@@ -446,50 +488,51 @@ public:
446
488
  }
447
489
 
448
490
  template <typename Initiation>
449
- struct init_wrapper
491
+ struct init_wrapper : detail::initiation_base<Initiation>
450
492
  {
451
- template <typename Init>
452
- init_wrapper(const CancellationSlot& slot, Init&& init)
453
- : slot_(slot),
454
- initiation_(static_cast<Init&&>(init))
455
- {
456
- }
493
+ using detail::initiation_base<Initiation>::initiation_base;
457
494
 
458
495
  template <typename Handler, typename... Args>
459
- void operator()(Handler&& handler, Args&&... args)
496
+ void operator()(Handler&& handler,
497
+ const CancellationSlot& slot, Args&&... args) &&
460
498
  {
461
- static_cast<Initiation&&>(initiation_)(
499
+ static_cast<Initiation&&>(*this)(
462
500
  cancellation_slot_binder<decay_t<Handler>, CancellationSlot>(
463
- slot_, static_cast<Handler&&>(handler)),
501
+ slot, static_cast<Handler&&>(handler)),
464
502
  static_cast<Args&&>(args)...);
465
503
  }
466
504
 
467
505
  template <typename Handler, typename... Args>
468
- void operator()(Handler&& handler, Args&&... args) const
506
+ void operator()(Handler&& handler,
507
+ const CancellationSlot& slot, Args&&... args) const &
469
508
  {
470
- initiation_(
509
+ static_cast<const Initiation&>(*this)(
471
510
  cancellation_slot_binder<decay_t<Handler>, CancellationSlot>(
472
- slot_, static_cast<Handler&&>(handler)),
511
+ slot, static_cast<Handler&&>(handler)),
473
512
  static_cast<Args&&>(args)...);
474
513
  }
475
-
476
- CancellationSlot slot_;
477
- Initiation initiation_;
478
514
  };
479
515
 
480
516
  template <typename Initiation, typename RawCompletionToken, typename... Args>
481
517
  static auto initiate(Initiation&& initiation,
482
518
  RawCompletionToken&& token, Args&&... args)
483
519
  -> decltype(
484
- async_initiate<T, Signature>(
520
+ async_initiate<
521
+ conditional_t<
522
+ is_const<remove_reference_t<RawCompletionToken>>::value, const T, T>,
523
+ Signature>(
485
524
  declval<init_wrapper<decay_t<Initiation>>>(),
486
- token.get(), static_cast<Args&&>(args)...))
525
+ token.get(), token.get_cancellation_slot(),
526
+ static_cast<Args&&>(args)...))
487
527
  {
488
- return async_initiate<T, Signature>(
528
+ return async_initiate<
529
+ conditional_t<
530
+ is_const<remove_reference_t<RawCompletionToken>>::value, const T, T>,
531
+ Signature>(
489
532
  init_wrapper<decay_t<Initiation>>(
490
- token.get_cancellation_slot(),
491
533
  static_cast<Initiation&&>(initiation)),
492
- token.get(), static_cast<Args&&>(args)...);
534
+ token.get(), token.get_cancellation_slot(),
535
+ static_cast<Args&&>(args)...);
493
536
  }
494
537
 
495
538
  private:
@@ -499,6 +542,32 @@ private:
499
542
  async_result<T, Signature> target_;
500
543
  };
501
544
 
545
+ template <typename CancellationSlot, typename... Signatures>
546
+ struct async_result<partial_cancellation_slot_binder<CancellationSlot>,
547
+ Signatures...>
548
+ {
549
+ template <typename Initiation, typename RawCompletionToken, typename... Args>
550
+ static auto initiate(Initiation&& initiation,
551
+ RawCompletionToken&& token, Args&&... args)
552
+ -> decltype(
553
+ async_initiate<Signatures...>(
554
+ static_cast<Initiation&&>(initiation),
555
+ cancellation_slot_binder<
556
+ default_completion_token_t<associated_executor_t<Initiation>>,
557
+ CancellationSlot>(token.cancellation_slot_,
558
+ default_completion_token_t<associated_executor_t<Initiation>>{}),
559
+ static_cast<Args&&>(args)...))
560
+ {
561
+ return async_initiate<Signatures...>(
562
+ static_cast<Initiation&&>(initiation),
563
+ cancellation_slot_binder<
564
+ default_completion_token_t<associated_executor_t<Initiation>>,
565
+ CancellationSlot>(token.cancellation_slot_,
566
+ default_completion_token_t<associated_executor_t<Initiation>>{}),
567
+ static_cast<Args&&>(args)...);
568
+ }
569
+ };
570
+
502
571
  template <template <typename, typename> class Associator,
503
572
  typename T, typename CancellationSlot, typename DefaultCandidate>
504
573
  struct associator<Associator,