Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chriskohlhoff/asio
/ functions
Functions
6,649 in github.com/chriskohlhoff/asio
⨍
Functions
6,649
◇
Types & classes
3,484
Function
asio_handler_is_continuation
include/asio/impl/buffered_read_stream.hpp:100
Function
asio_handler_is_continuation
include/asio/impl/consign.hpp:58
Function
asio_handler_is_continuation
include/asio/impl/write_at.hpp:266
Function
asio_handler_is_continuation
include/asio/impl/write.hpp:399
Function
asio_handler_is_continuation
include/asio/impl/read.hpp:434
Function
asio_handler_is_continuation
include/asio/impl/prepend.hpp:68
Function
asio_handler_is_continuation
include/asio/experimental/impl/as_single.hpp:75
Function
assign
Assign an existing native socket to the socket. * This function opens the socket to hold an existing native socket. * * @param protocol An objec
include/asio/basic_socket.hpp:464
Function
assign
Assign an existing native pipe to the pipe. * This function opens the pipe to hold an existing native pipe. * * @param native_pipe A native pipe
include/asio/basic_readable_pipe.hpp:312
Function
assign
Assigns an existing native acceptor to the acceptor. * This function opens the acceptor to hold an existing native acceptor. * * @param protocol
include/asio/basic_socket_acceptor.hpp:517
Function
assign
Assign an existing native pipe to the pipe. * This function opens the pipe to hold an existing native pipe. * * @param native_pipe A native pipe
include/asio/basic_writable_pipe.hpp:312
Function
assign
Assign an existing native file to the file. * This function opens the file to hold an existing native file. * * @param native_file A native file
include/asio/basic_file.hpp:575
Method
assign
Assign a native handle to a serial port implementation.
include/asio/detail/win_iocp_serial_port_service.hpp:84
Method
assign
Assign a native socket to a socket implementation.
include/asio/detail/winrt_ssocket_service.hpp:137
Method
assign
Assign a native descriptor to a serial port implementation.
include/asio/detail/posix_serial_port_service.hpp:99
Method
assign
Assign a native descriptor to a file implementation.
include/asio/detail/io_uring_file_service.hpp:99
Method
assign
Assign a native handle to a file implementation.
include/asio/detail/win_iocp_file_service.hpp:108
Function
async_accept
include/asio/basic_socket_acceptor.hpp:1388
Method
async_accept
include/asio/detail/win_iocp_socket_service.hpp:548
Method
async_accept
include/asio/detail/reactive_socket_service.hpp:516
Method
async_accept
include/asio/detail/io_uring_socket_service.hpp:512
Method
async_completion
Constructor. * The constructor creates the concrete completion handler and makes the link * between the handler and the asynchronous result. */
include/asio/async_result.hpp:475
Function
async_connect
include/asio/basic_socket.hpp:967
Method
async_connect
include/asio/detail/win_iocp_socket_service.hpp:635
Method
async_connect
include/asio/detail/winrt_ssocket_service.hpp:223
Method
async_connect
include/asio/detail/reactive_socket_service.hpp:595
Method
async_connect
include/asio/detail/io_uring_socket_service.hpp:590
Function
async_fill
include/asio/buffered_stream.hpp:204
Function
async_flush
include/asio/buffered_stream.hpp:136
Method
async_move_accept
include/asio/detail/reactive_socket_service.hpp:550
Method
async_move_accept
include/asio/detail/io_uring_socket_service.hpp:546
Method
async_read
src/tests/unit/is_read_buffered.cpp:86
Method
async_read
src/tests/unit/is_write_buffered.cpp:86
Function
async_read_handler
src/tests/unit/read.cpp:2456
Function
async_read_handler
src/tests/unit/read_at.cpp:3417
Function
async_read_handler
src/tests/unit/read_until.cpp:660
Method
async_read_line
src/examples/cpp11/type_erasure/line_reader.hpp:38
Function
async_read_some
include/asio/basic_readable_pipe.hpp:570
Method
async_read_some
src/tests/unit/read_until.cpp:81
Method
async_read_some
include/asio/buffered_write_stream.hpp:208
Method
async_read_some
include/asio/basic_stream_socket.hpp:1072
Method
async_read_some
include/asio/detail/win_iocp_serial_port_service.hpp:175
Method
async_read_some
include/asio/detail/posix_serial_port_service.hpp:192
Method
async_read_some
include/asio/detail/io_uring_descriptor_service.hpp:491
Method
async_read_some
include/asio/detail/io_uring_file_service.hpp:215
Method
async_read_some
include/asio/detail/win_iocp_file_service.hpp:223
Method
async_read_some
include/asio/detail/win_iocp_handle_service.hpp:233
Method
async_read_some
include/asio/detail/reactive_descriptor_service.hpp:410
Method
async_read_some_at
include/asio/detail/io_uring_descriptor_service.hpp:593
Method
async_read_some_at
include/asio/detail/win_iocp_handle_service.hpp:265
Method
async_receive
include/asio/basic_seq_packet_socket.hpp:652
Method
async_receive
include/asio/detail/winrt_ssocket_service_base.hpp:251
Method
async_receive
include/asio/detail/reactive_socket_service_base.hpp:394
Method
async_receive
include/asio/detail/win_iocp_socket_service_base.hpp:373
Method
async_receive
include/asio/detail/io_uring_socket_service_base.hpp:391
Method
async_receive
include/asio/detail/null_socket_service.hpp:318
Method
async_receive_from
include/asio/detail/win_iocp_socket_service.hpp:441
Method
async_receive_from
include/asio/detail/reactive_socket_service.hpp:403
Method
async_receive_from
include/asio/detail/io_uring_socket_service.hpp:391
Method
async_receive_from
include/asio/detail/null_socket_service.hpp:454
Method
async_receive_with_flags
include/asio/detail/reactive_socket_service_base.hpp:505
Method
async_receive_with_flags
include/asio/detail/win_iocp_socket_service_base.hpp:476
Method
async_receive_with_flags
include/asio/detail/io_uring_socket_service_base.hpp:510
Method
async_resolve
include/asio/detail/resolver_service.hpp:83
Method
async_resolve
include/asio/detail/winrt_resolver_service.hpp:143
Function
async_result
The constructor extracts the future from the packaged task.
include/asio/packaged_task.hpp:45
Method
async_result
src/tests/unit/bind_executor.cpp:95
Method
async_result
src/tests/unit/cancel_at.cpp:198
Method
async_result
src/tests/unit/cancel_after.cpp:188
Method
async_result
src/tests/unit/bind_allocator.cpp:142
Method
async_result
src/tests/unit/bind_cancellation_slot.cpp:103
Method
async_result
src/tests/unit/bind_immediate_executor.cpp:92
Method
async_result
Construct an async_result from a given handler.
src/tests/unit/archetypes/async_result.hpp:106
Method
async_result
Construct an async_result from a given handler.
src/tests/unit/archetypes/async_result.hpp:132
Method
async_result
include/asio/bind_immediate_executor.hpp:495
Method
async_result
include/asio/bind_cancellation_slot.hpp:492
Method
async_result
include/asio/bind_allocator.hpp:483
Method
async_result
include/asio/async_result.hpp:417
Method
async_result
include/asio/bind_executor.hpp:553
Method
async_result
include/asio/impl/use_future.hpp:514
Method
async_result
include/asio/impl/use_future.hpp:530
Method
async_result
include/asio/impl/detached.hpp:54
Method
async_resume
include/asio/experimental/impl/coro.hpp:253
Method
async_send
include/asio/detail/winrt_ssocket_service_base.hpp:194
Method
async_send
include/asio/detail/reactive_socket_service_base.hpp:287
Method
async_send
include/asio/detail/win_iocp_socket_service_base.hpp:297
Method
async_send
include/asio/detail/io_uring_socket_service_base.hpp:286
Method
async_send
include/asio/detail/null_socket_service.hpp:277
Method
async_send
include/asio/experimental/detail/channel_send_functions.hpp:93
Method
async_send
include/asio/experimental/detail/channel_send_functions.hpp:176
Method
async_send_to
include/asio/detail/win_iocp_socket_service.hpp:347
Method
async_send_to
include/asio/detail/reactive_socket_service.hpp:280
Method
async_send_to
include/asio/detail/io_uring_socket_service.hpp:271
Method
async_send_to
include/asio/detail/null_socket_service.hpp:407
Function
async_sleep
src/examples/cpp11/type_erasure/sleep.hpp:25
Function
async_sleep_impl
src/examples/cpp20/type_erasure/sleep.cpp:16
Function
async_sleep_impl
src/examples/cpp11/type_erasure/sleep.cpp:16
Function
async_wait
include/asio/basic_socket.hpp:1818
Function
async_wait
include/asio/basic_deadline_timer.hpp:655
Function
async_wait
include/asio/basic_socket_acceptor.hpp:1254
← previous
next →
1,401–1,500 of 6,649, ranked by callers