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
Method
cancel_timer_by_key
include/boost/asio/detail/impl/kqueue_reactor.hpp:87
Method
cancel_timer_by_key
include/boost/asio/detail/impl/select_reactor.hpp:96
Method
cancel_timer_by_key
include/boost/asio/detail/impl/io_uring_service.hpp:88
Method
cancel_timer_by_key
include/boost/asio/detail/impl/win_iocp_io_context.hpp:89
Method
cancel_timer_by_key
include/boost/asio/detail/impl/dev_poll_reactor.hpp:87
Method
cancellation_handler
include/boost/asio/cancellation_signal.hpp:49
Method
cancellation_on_suspend_fn
include/boost/asio/co_composed.hpp:447
Method
cancellation_signal
include/boost/asio/cancellation_signal.hpp:89
Method
cancellation_slot
Creates a slot that is not connected to any cancellation signal.
include/boost/asio/cancellation_signal.hpp:122
Function
cancellation_slot_binder
include/boost/asio/bind_cancellation_slot.hpp:237
Method
cancellation_slot_binder<decay_t<CompletionToken>, CancellationSlot> operator()
include/boost/asio/bind_cancellation_slot.hpp:400
Function
cancellation_slot_binder<decay_t<T>, CancellationSlot> bind_cancellation_slot
include/boost/asio/bind_cancellation_slot.hpp:423
Method
cancellation_slot_binder_completion_handler_async_result
include/boost/asio/bind_cancellation_slot.hpp:441
Method
cancellation_slot_binder_completion_handler_async_result
include/boost/asio/bind_cancellation_slot.hpp:459
Method
cancellation_state
Construct a disconnected cancellation state.
include/boost/asio/cancellation_state.hpp:85
Method
cancellation_state_t
include/boost/asio/this_coro.hpp:42
Method
cancelled
Determine whether the current coroutine has been cancelled.
include/boost/asio/spawn.hpp:271
Method
cancelled
include/boost/asio/co_composed.hpp:323
Method
cancelled
include/boost/asio/co_composed.hpp:414
Method
cancelled
Returns the cancellation types that have been triggered.
include/boost/asio/cancellation_state.hpp:176
Method
cancelled
include/boost/asio/composed.hpp:124
Method
cancelled
include/boost/asio/detail/base_from_cancellation_state.hpp:95
Method
cancelled
include/boost/asio/detail/base_from_cancellation_state.hpp:155
Method
cancelled
include/boost/asio/experimental/impl/coro.hpp:108
Method
canonical
Obtain the true network address, omitting any host bits.
include/boost/asio/ip/network_v6.hpp:105
Function
capacity
Get the maximum size that the buffer may grow to without triggering reallocation. * @returns The current capacity of the underlying string if less tha
include/boost/asio/buffer.hpp:1865
Function
capacity
Get the capacity of the channel's buffer.
include/boost/asio/experimental/basic_concurrent_channel.hpp:299
Method
capacity
Get the current capacity of the dynamic buffer.
include/boost/asio/basic_streambuf.hpp:412
Method
capacity
Get the capacity of the endpoint in the native type.
include/boost/asio/generic/basic_endpoint.hpp:134
Method
capacity
Get the capacity of the endpoint in the native type.
include/boost/asio/generic/detail/endpoint.hpp:93
Method
capacity
Get the capacity of the endpoint in the native type.
include/boost/asio/local/basic_endpoint.hpp:146
Method
capacity
Get the capacity of the endpoint in the native type.
include/boost/asio/local/detail/endpoint.hpp:92
Method
capacity
Get the capacity of the endpoint in the native type.
include/boost/asio/ip/basic_endpoint.hpp:161
Function
capture_current_exception
include/boost/asio/detail/thread_info_base.hpp:208
Method
capture_t
include/boost/asio/execution/inline_exception_handling.hpp:606
Function
catch
include/boost/asio/inline_or_executor.hpp:518
Function
catch
include/boost/asio/inline_executor.hpp:174
Function
catch
include/boost/asio/detail/memory.hpp:74
Function
catch
include/boost/asio/impl/co_spawn.hpp:170
Function
catch
include/boost/asio/impl/use_future.hpp:48
Method
catch
include/boost/asio/impl/spawn.hpp:158
Method
catch
include/boost/asio/impl/spawn.hpp:762
Method
catch
include/boost/asio/impl/use_future.hpp:95
Method
cbegin
Get the begin iterator for the sequence of registered buffers.
include/boost/asio/buffer_registration.hpp:165
Method
cbegin
Obtain a begin iterator for the results range.
include/boost/asio/ip/basic_resolver_results.hpp:265
Method
cend
Get the end iterator for the sequence of registered buffers.
include/boost/asio/buffer_registration.hpp:177
Method
cend
Obtain an end iterator for the results range.
include/boost/asio/ip/basic_resolver_results.hpp:271
Method
change
Create a request to change the port that data is sent to.
example/cpp11/porthopper/protocol.hpp:47
Function
channel_move_test
test/experimental/channel.cpp:866
Function
channel_operation
include/boost/asio/experimental/detail/channel_operation.hpp:68
Method
channel_receive
include/boost/asio/experimental/detail/channel_receive_op.hpp:53
Method
channel_receive_op
include/boost/asio/experimental/detail/channel_receive_op.hpp:66
Method
channel_send
include/boost/asio/experimental/detail/channel_send_op.hpp:63
Method
channel_send_op
include/boost/asio/experimental/detail/channel_send_op.hpp:79
Method
channel_service
include/boost/asio/experimental/detail/impl/channel_service.hpp:27
Function
channel_with_any_completion_handler_test
test/experimental/channel.cpp:830
Method
chat_client
example/cpp11/chat/chat_client.cpp:25
Method
chat_message
example/cpp11/chat/chat_message.hpp:24
Method
chat_server
example/cpp11/chat/chat_server.cpp:172
Method
chat_session
example/cpp20/coroutines/chat_server.cpp:89
Method
chat_session
example/cpp11/chat/chat_server.cpp:78
Method
chat_session
example/cpp17/coroutines_ts/chat_server.cpp:89
Method
check_condition
include/boost/asio/impl/connect.hpp:238
Method
check_deadline
example/cpp11/timeouts/server.cpp:302
Method
check_deadline
example/cpp11/timeouts/async_tcp_client.cpp:254
Method
check_for_cancellation_on_suspend
include/boost/asio/co_composed.hpp:455
Method
check_for_cancellation_on_transform
include/boost/asio/co_composed.hpp:451
Method
check_for_completion
include/boost/asio/detail/base_from_completion_cond.hpp:58
Function
clear
Remove all signals from a signal_set. * This function removes all signals from the set. It has no effect if the set * is already empty. * * @
include/boost/asio/basic_signal_set.hpp:475
Method
clear
Clears the specified cancellation types, if they have been triggered.
include/boost/asio/cancellation_state.hpp:182
Method
clear
Clear the buffer.
include/boost/asio/detail/buffered_stream_storage.hpp:50
Method
clear
include/boost/asio/detail/std_event.hpp:104
Method
clear
include/boost/asio/detail/posix_event.hpp:105
Method
clear
include/boost/asio/detail/win_event.hpp:102
Method
clear
Reset the event.
include/boost/asio/detail/conditionally_enabled_event.hpp:89
Method
clear
include/boost/asio/detail/null_event.hpp:75
Method
clear_cancellation_slot
include/boost/asio/co_composed.hpp:419
Method
client
Constructor starts the asynchronous connect operation.
example/cpp11/serialization/client.cpp:26
Method
client
example/cpp11/http/client/async_client.cpp:23
Method
client
example/cpp11/ssl/client.cpp:27
Method
client
example/cpp11/timeouts/blocking_udp_client.cpp:50
Method
client
example/cpp11/timeouts/async_tcp_client.cpp:89
Method
clone
include/boost/asio/impl/executor.hpp:66
Method
clone
include/boost/asio/impl/executor.hpp:188
Function
close
Close the socket. * This function is used to close the socket. Any asynchronous send, receive * or connect operations will be cancelled immediately
include/boost/asio/basic_socket.hpp:510
Function
close
Close the pipe. * This function is used to close the pipe. Any asynchronous read operations * will be cancelled immediately, and will complete with
include/boost/asio/basic_readable_pipe.hpp:340
Function
close
Close the acceptor. * This function is used to close the acceptor. Any asynchronous accept * operations will be cancelled immediately. * * A
include/boost/asio/basic_socket_acceptor.hpp:661
Function
close
Close the pipe. * This function is used to close the pipe. Any asynchronous write operations * will be cancelled immediately, and will complete wit
include/boost/asio/basic_writable_pipe.hpp:340
Function
close
Close the serial port. * This function is used to close the serial port. Any asynchronous read or * write operations will be cancelled immediately,
include/boost/asio/basic_serial_port.hpp:463
Function
close
Close the stream.
include/boost/asio/buffered_stream.hpp:101
Function
close
Close the handle. * This function is used to close the handle. Any asynchronous read or write * operations will be cancelled immediately, and will
include/boost/asio/windows/basic_overlapped_handle.hpp:315
Function
close
Close the channel.
include/boost/asio/experimental/basic_concurrent_channel.hpp:317
Method
close
example/cpp11/chat/posix_chat_client.cpp:152
Method
close
Close the stream.
include/boost/asio/buffered_write_stream.hpp:117
Method
close
Close the connection.
include/boost/asio/basic_socket_iostream.hpp:181
Method
close
Close the stream.
include/boost/asio/buffered_read_stream.hpp:117
Method
close
Destroy a serial port implementation.
include/boost/asio/detail/win_iocp_serial_port_service.hpp:98
Method
close
Destroy a serial port implementation.
include/boost/asio/detail/posix_serial_port_service.hpp:114
Method
close
Destroy a file implementation.
include/boost/asio/detail/io_uring_file_service.hpp:120
Method
close
Destroy a file implementation.
include/boost/asio/detail/win_iocp_file_service.hpp:123
← previous
next →
1,801–1,900 of 6,576, ranked by callers