Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/asio
/ functions
Functions
6,576 in github.com/boostorg/asio
⨍
Functions
6,576
◇
Types & classes
3,384
Function
buffered_channel_test
test/experimental/channel.cpp:100
Function
buffered_concurrent_channel_test
test/experimental/concurrent_channel.cpp:96
Function
buffered_error_channel_test
test/experimental/channel.cpp:200
Function
buffered_executor_receive
test/experimental/channel.cpp:550
Function
buffered_executor_send
test/experimental/channel.cpp:635
Method
buffered_fill_handler
include/boost/asio/impl/buffered_read_stream.hpp:65
Method
buffered_flush_handler
include/boost/asio/impl/buffered_write_stream.hpp:54
Function
buffered_handshake_handler
test/ssl/stream.cpp:42
Method
buffered_handshake_op
include/boost/asio/ssl/detail/buffered_handshake_op.hpp:39
Function
buffered_immediate_receive
test/experimental/channel.cpp:513
Function
buffered_immediate_send
test/experimental/channel.cpp:615
Function
buffered_non_immediate_receive
test/experimental/channel.cpp:475
Function
buffered_non_immediate_send
test/experimental/channel.cpp:594
Method
buffered_read_some_handler
include/boost/asio/impl/buffered_read_stream.hpp:230
Method
buffered_read_stream
include/boost/asio/buffered_read_stream.hpp:77
Function
buffered_stream
include/boost/asio/buffered_stream.hpp:61
Method
buffered_stream_storage
Constructor.
include/boost/asio/detail/buffered_stream_storage.hpp:42
Method
buffered_write_some_handler
include/boost/asio/impl/buffered_write_stream.hpp:210
Method
buffered_write_stream
include/boost/asio/buffered_write_stream.hpp:77
Method
buffers
example/cpp11/socks4/socks4.hpp:55
Method
buffers
include/boost/asio/detail/buffer_sequence_adapter.hpp:269
Method
buffers
include/boost/asio/detail/buffer_sequence_adapter.hpp:337
Method
buffers
include/boost/asio/detail/buffer_sequence_adapter.hpp:406
Method
buffers
include/boost/asio/detail/buffer_sequence_adapter.hpp:480
Method
buffers
include/boost/asio/detail/buffer_sequence_adapter.hpp:554
Method
buffers
include/boost/asio/detail/buffer_sequence_adapter.hpp:630
Method
buffers_iterator
Default constructor. Creates an iterator in an undefined state.
include/boost/asio/buffers_iterator.hpp:138
Function
buffers_iterator operator+
Addition operator.
include/boost/asio/buffers_iterator.hpp:252
Function
buffers_iterator operator-
Subtraction operator.
include/boost/asio/buffers_iterator.hpp:270
Method
bytes_readable
Default constructor.
include/boost/asio/detail/io_control.hpp:35
Method
call
include/boost/asio/spawn.hpp:140
Method
call
include/boost/asio/any_completion_handler.hpp:213
Method
call
include/boost/asio/ssl/detail/verify_callback.hpp:49
Method
call
include/boost/asio/ssl/detail/password_callback.hpp:52
Method
call
include/boost/asio/experimental/awaitable_operators.hpp:430
Method
call_handler
include/boost/asio/ssl/detail/buffered_handshake_op.hpp:61
Method
call_handler
include/boost/asio/ssl/detail/handshake_op.hpp:56
Method
call_handler
include/boost/asio/ssl/detail/write_op.hpp:65
Method
call_handler
include/boost/asio/ssl/detail/shutdown_op.hpp:58
Method
callback
example/cpp20/operations/c_callback_wrapper.cpp:86
Method
callback
example/cpp14/operations/c_callback_wrapper.cpp:86
Function
cancel
Cancel all operations associated with the signal set. * This function forces the completion of any pending asynchronous wait * operations against t
include/boost/asio/basic_signal_set.hpp:518
Function
cancel
include/boost/asio/basic_socket.hpp:651
Function
cancel
Cancel all asynchronous operations associated with the pipe. * This function causes all outstanding asynchronous read operations to finish * immedi
include/boost/asio/basic_readable_pipe.hpp:432
Function
cancel
Cancel any asynchronous operations that are waiting on the timer. * This function forces the completion of any pending asynchronous wait * operatio
include/boost/asio/basic_deadline_timer.hpp:350
Function
cancel
Cancel all asynchronous operations associated with the acceptor. * This function causes all outstanding asynchronous connect, send and receive * op
include/boost/asio/basic_socket_acceptor.hpp:767
Function
cancel
Cancel all asynchronous operations associated with the pipe. * This function causes all outstanding asynchronous write operations to * finish immed
include/boost/asio/basic_writable_pipe.hpp:432
Function
cancel
include/boost/asio/basic_file.hpp:747
Function
cancel
Cancel all asynchronous operations associated with the serial port. * This function causes all outstanding asynchronous read or write operations *
include/boost/asio/basic_serial_port.hpp:503
Function
cancel
Cancel all asynchronous operations associated with the handle. * This function causes all outstanding asynchronous read or write operations * to fi
include/boost/asio/windows/basic_overlapped_handle.hpp:407
Function
cancel
Cancel all asynchronous operations waiting on the channel. * All outstanding send operations will complete with the error * @c boost::asio::experim
include/boost/asio/experimental/basic_concurrent_channel.hpp:328
Function
cancel
Cancel all asynchronous operations waiting on the channel. * All outstanding send operations will complete with the error * @c boost::asio::experim
include/boost/asio/experimental/basic_channel.hpp:321
Method
cancel
Cancel any asynchronous operations that are waiting on the timer. * This function forces the completion of any pending asynchronous wait * operatio
include/boost/asio/basic_waitable_timer.hpp:408
Method
cancel
Cancel all operations associated with the handle.
include/boost/asio/detail/win_iocp_serial_port_service.hpp:111
Method
cancel
Cancel all operations associated with the serial port.
include/boost/asio/detail/posix_serial_port_service.hpp:127
Method
cancel
Cancel any asynchronous wait operations associated with the timer.
include/boost/asio/detail/deadline_timer_service.hpp:161
Method
cancel
Cancel all operations associated with the socket.
include/boost/asio/detail/winrt_ssocket_service_base.hpp:113
Method
cancel
Cancel all operations associated with the file.
include/boost/asio/detail/io_uring_file_service.hpp:140
Method
cancel
Cancel all operations associated with the file.
include/boost/asio/detail/win_iocp_file_service.hpp:143
Method
cancel
Cancel pending asynchronous operations.
include/boost/asio/detail/winrt_resolver_service.hpp:111
Method
cancel
Cancel all asynchronous operations associated with the descriptor. * This function causes all outstanding asynchronous read or write operations * t
include/boost/asio/posix/basic_descriptor.hpp:388
Method
cancel
include/boost/asio/experimental/detail/channel_send_op.hpp:52
Function
cancel_after_completion_token_v1_test
test/cancel_after.cpp:196
Function
cancel_after_completion_token_v2_test
test/cancel_after.cpp:343
Function
cancel_after_function_object_test
test/cancel_after.cpp:34
Method
cancel_after_t<decay_t<CompletionToken>, Clock, WaitTraits> operator()
include/boost/asio/cancel_after.hpp:112
Method
cancel_after_timer
include/boost/asio/cancel_after.hpp:72
Method
cancel_after_timer<decay_t<CompletionToken>, Clock, WaitTraits, Executor> operator()
include/boost/asio/cancel_after.hpp:152
Function
cancel_after_timer<decay_t<CompletionToken>, Clock, WaitTraits, Executor> cancel_after
include/boost/asio/cancel_after.hpp:261
Function
cancel_after_timer_completion_token_v1_test
test/cancel_after.cpp:255
Function
cancel_after_timer_completion_token_v2_test
test/cancel_after.cpp:401
Function
cancel_after_timer_function_object_test
test/cancel_after.cpp:97
Function
cancel_at_completion_token_v1_test
test/cancel_at.cpp:206
Function
cancel_at_completion_token_v2_test
test/cancel_at.cpp:363
Function
cancel_at_function_object_test
test/cancel_at.cpp:34
Method
cancel_at_t<decay_t<CompletionToken>, Clock, WaitTraits> operator()
include/boost/asio/cancel_at.hpp:110
Function
cancel_at_t<decay_t<CompletionToken>, Clock> cancel_at
include/boost/asio/cancel_at.hpp:216
Method
cancel_at_timer
include/boost/asio/cancel_at.hpp:70
Method
cancel_at_timer<decay_t<CompletionToken>, Clock, WaitTraits, Executor> operator()
include/boost/asio/cancel_at.hpp:150
Function
cancel_at_timer<decay_t<CompletionToken>, Clock, WaitTraits, Executor> cancel_at
include/boost/asio/cancel_at.hpp:256
Function
cancel_at_timer_completion_token_v1_test
test/cancel_at.cpp:270
Function
cancel_at_timer_completion_token_v2_test
test/cancel_at.cpp:426
Function
cancel_at_timer_function_object_test
test/cancel_at.cpp:102
Method
cancel_handler
test/any_completion_handler.cpp:156
Method
cancel_handler
include/boost/asio/experimental/promise.hpp:195
Method
cancel_handler
include/boost/asio/experimental/impl/coro.hpp:212
Method
cancel_handler
include/boost/asio/experimental/impl/coro.hpp:1001
Method
cancel_impl_
include/boost/asio/experimental/impl/promise.hpp:163
Function
cancel_one
Cancels one asynchronous operation that is waiting on the timer. * This function forces the completion of one pending asynchronous wait * operation
include/boost/asio/basic_deadline_timer.hpp:409
Method
cancel_one
Cancels one asynchronous wait operation associated with the timer.
include/boost/asio/detail/deadline_timer_service.hpp:179
Function
cancel_one_timer
test/deadline_timer.cpp:67
Function
cancel_one_timer
test/system_timer.cpp:68
Method
cancel_operations_by_key
Cancel operations associated with the descriptor identified by the supplied iterator, and the specified cancellation key. Any operations pending for t
include/boost/asio/detail/reactor_op_queue.hpp:110
Method
cancel_proxy
include/boost/asio/detail/timed_cancel_op.hpp:162
Method
cancel_proxy
include/boost/asio/experimental/impl/parallel_group.hpp:272
Method
cancel_proxy
include/boost/asio/experimental/impl/parallel_group.hpp:634
Function
cancel_timer
test/deadline_timer.cpp:61
Function
cancel_timer
test/system_timer.cpp:62
Method
cancel_timer
Cancel and dequeue operations for the given timer.
include/boost/asio/detail/timer_queue.hpp:184
Method
cancel_timer_by_key
Cancel and dequeue a specific operation for the given timer.
include/boost/asio/detail/timer_queue.hpp:205
← previous
next →
1,701–1,800 of 6,576, ranked by callers