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
↓ 1 callers
Method
parse
src/examples/cpp11/http/server/request_parser.hpp:39
↓ 1 callers
Method
path
Get the path associated with the endpoint.
include/asio/local/basic_endpoint.hpp:151
↓ 1 callers
Method
perform
Perform the operation. Returns true if it is finished.
include/asio/detail/reactor_op.hpp:45
↓ 1 callers
Function
pipeline
src/examples/cpp14/executors/pipeline.cpp:159
↓ 1 callers
Function
pipeline
src/examples/cpp11/executors/pipeline.cpp:176
↓ 1 callers
Method
post
include/asio/detail/impl/strand_executor_service.hpp:292
↓ 1 callers
Method
post
include/asio/experimental/detail/channel_operation.hpp:253
↓ 1 callers
Method
post
include/asio/experimental/detail/channel_receive_op.hpp:41
↓ 1 callers
Method
post_immediate_completion
include/asio/detail/impl/kqueue_reactor.hpp:31
↓ 1 callers
Method
post_immediate_completion
include/asio/detail/impl/select_reactor.hpp:38
↓ 1 callers
Method
post_immediate_completion
include/asio/detail/impl/io_uring_service.hpp:28
↓ 1 callers
Method
post_immediate_completion
include/asio/detail/impl/dev_poll_reactor.hpp:30
↓ 1 callers
Function
post_loop
src/tests/unit/co_composed.cpp:145
↓ 1 callers
Function
post_loop_return_1_0
src/tests/unit/co_composed.cpp:203
↓ 1 callers
Function
post_loop_return_1_1
src/tests/unit/co_composed.cpp:226
↓ 1 callers
Function
post_loop_return_1_2
src/tests/unit/co_composed.cpp:249
↓ 1 callers
Function
post_loop_return_2
src/tests/unit/co_composed.cpp:274
↓ 1 callers
Method
print
src/tests/performance/client.cpp:37
↓ 1 callers
Method
print_balance
src/examples/cpp14/executors/bank_account_1.cpp:36
↓ 1 callers
Method
print_balance
src/examples/cpp11/executors/bank_account_1.cpp:36
↓ 1 callers
Method
process
include/asio/ssl/detail/buffered_handshake_op.hpp:69
↓ 1 callers
Method
process
include/asio/impl/connect.hpp:297
↓ 1 callers
Function
promise
include/asio/experimental/promise.hpp:134
↓ 1 callers
Method
protocol
Obtain an identifier for the protocol.
include/asio/generic/raw_protocol.hpp:83
↓ 1 callers
Method
protocol
Obtain an identifier for the protocol.
include/asio/generic/datagram_protocol.hpp:83
↓ 1 callers
Method
protocol
Obtain an identifier for the protocol.
include/asio/generic/stream_protocol.hpp:84
↓ 1 callers
Method
protocol
Obtain an identifier for the protocol.
include/asio/generic/seq_packet_protocol.hpp:82
↓ 1 callers
Method
protocol
The protocol associated with the endpoint.
include/asio/local/basic_endpoint.hpp:115
↓ 1 callers
Function
proxy
src/examples/cpp20/channels/throttling_proxy.cpp:63
↓ 1 callers
Method
query
include/asio/execution/any_executor.hpp:1671
↓ 1 callers
Method
read
src/tests/unit/is_read_buffered.cpp:73
↓ 1 callers
Method
read
src/examples/cpp11/local/connect_pair.cpp:31
↓ 1 callers
Function
read_at_buffer_sequence
include/asio/impl/read_at.hpp:43
↓ 1 callers
Function
read_buffer_seq
include/asio/impl/read.hpp:43
↓ 1 callers
Function
read_input
src/examples/cpp20/operations/c_callback_wrapper.cpp:21
↓ 1 callers
Function
read_input
src/examples/cpp20/operations/callback_wrapper.cpp:20
↓ 1 callers
Function
read_input
src/examples/cpp14/operations/c_callback_wrapper.cpp:21
↓ 1 callers
Function
read_input
src/examples/cpp14/operations/callback_wrapper.cpp:20
↓ 1 callers
Method
read_line
src/examples/cpp11/timeouts/blocking_tcp_client.cpp:65
↓ 1 callers
Method
read_some_at
include/asio/detail/win_iocp_file_service.hpp:234
↓ 1 callers
Method
reader
src/examples/cpp20/coroutines/chat_server.cpp:117
↓ 1 callers
Method
reader
src/examples/cpp17/coroutines_ts/chat_server.cpp:117
↓ 1 callers
Method
receive
src/examples/cpp11/timeouts/blocking_udp_client.cpp:55
↓ 1 callers
Method
remote_endpoint
Get the remote endpoint.
include/asio/detail/win_iocp_socket_service.hpp:292
↓ 1 callers
Method
remove_timer_queue
include/asio/detail/impl/epoll_reactor.hpp:42
↓ 1 callers
Function
require
Obtain an executor with the @c blocking.possibly property. * Do not call this function directly. It is intended for use with the * asio::require cu
include/asio/inline_or_executor.hpp:206
↓ 1 callers
Method
reset
Reset to empty.
include/asio/detail/win_iocp_overlapped_ptr.hpp:65
↓ 1 callers
Method
reset_cancellation_state
include/asio/co_composed.hpp:294
↓ 1 callers
Function
resume
include/asio/impl/awaitable.hpp:503
↓ 1 callers
Function
return_coro
src/tests/unit/coroutine.cpp:51
↓ 1 callers
Method
run
src/examples/cpp11/http/server3/server.cpp:51
↓ 1 callers
Method
run
src/examples/cpp11/http/server2/server.cpp:49
↓ 1 callers
Method
run
include/asio/detail/wince_thread.hpp:125
↓ 1 callers
Method
run
include/asio/detail/winapp_thread.hpp:125
↓ 1 callers
Method
run_until
include/asio/impl/io_context.hpp:92
↓ 1 callers
Method
schedule_timer
include/asio/detail/impl/epoll_reactor.hpp:49
↓ 1 callers
Method
send
src/examples/cpp11/executors/actor.cpp:97
↓ 1 callers
Method
send_heartbeats
src/examples/cpp20/channels/mutual_exclusion_1.cpp:109
↓ 1 callers
Method
send_heartbeats
src/examples/cpp20/channels/mutual_exclusion_2.cpp:114
↓ 1 callers
Function
server
src/examples/cpp14/echo/blocking_tcp_echo_server.cpp:46
↓ 1 callers
Function
server
src/examples/cpp14/echo/blocking_udp_echo_server.cpp:20
↓ 1 callers
Function
server
src/examples/cpp11/echo/blocking_tcp_echo_server.cpp:45
↓ 1 callers
Function
server
src/examples/cpp11/echo/blocking_udp_echo_server.cpp:19
↓ 1 callers
Method
set_completion
include/asio/experimental/impl/promise.hpp:125
↓ 1 callers
Method
set_password_callback
include/asio/ssl/impl/context.hpp:47
↓ 1 callers
Method
signal
include/asio/detail/std_event.hpp:47
↓ 1 callers
Method
signal_all
include/asio/detail/std_event.hpp:54
↓ 1 callers
Method
signal_all
include/asio/detail/posix_event.hpp:55
↓ 1 callers
Method
signal_all
include/asio/detail/win_event.hpp:52
↓ 1 callers
Method
size
Get the size of the memory range. * @returns <tt>buffer().size()</tt>. */
include/asio/registered_buffer.hpp:193
↓ 1 callers
Method
size
Return the amount of unread data the is in the buffer.
include/asio/detail/buffered_stream_storage.hpp:74
↓ 1 callers
Method
size
Get the underlying size of the endpoint in the native type.
include/asio/generic/basic_endpoint.hpp:121
↓ 1 callers
Method
source_address
src/examples/cpp11/icmp/ipv4_header.hpp:68
↓ 1 callers
Function
stack_accumulate
src/tests/unit/experimental/coro/stack_test.cpp:39
↓ 1 callers
Function
stack_generator
src/tests/unit/experimental/coro/stack_test.cpp:29
↓ 1 callers
Method
start
src/tests/performance/client.cpp:77
↓ 1 callers
Method
start
src/tests/performance/server.cpp:46
↓ 1 callers
Method
start
src/examples/cpp20/channels/mutual_exclusion_1.cpp:60
↓ 1 callers
Method
start
src/examples/cpp20/channels/mutual_exclusion_2.cpp:60
↓ 1 callers
Method
start
src/examples/cpp20/coroutines/chat_server.cpp:97
↓ 1 callers
Method
start
src/examples/cpp14/echo/async_tcp_echo_server.cpp:29
↓ 1 callers
Method
start
src/examples/cpp11/allocation/server.cpp:233
↓ 1 callers
Method
start
src/examples/cpp11/files/async_file_copy.cpp:30
↓ 1 callers
Method
start
src/examples/cpp11/tutorial/daytime7/server.cpp:45
↓ 1 callers
Method
start
src/examples/cpp11/tutorial/daytime3/server.cpp:43
↓ 1 callers
Method
start
src/examples/cpp11/http/server3/connection.cpp:25
↓ 1 callers
Method
start
src/examples/cpp11/http/server2/connection.cpp:25
↓ 1 callers
Method
start
src/examples/cpp11/http/server/connection.cpp:27
↓ 1 callers
Method
start
src/examples/cpp11/echo/async_tcp_echo_server.cpp:28
↓ 1 callers
Method
start
src/examples/cpp11/windows/transmit_file.cpp:78
↓ 1 callers
Method
start
src/examples/cpp11/chat/chat_server.cpp:84
↓ 1 callers
Method
start
src/examples/cpp11/handler_tracking/async_tcp_echo_server.cpp:35
↓ 1 callers
Method
start
src/examples/cpp11/ssl/server.cpp:27
↓ 1 callers
Method
start
src/examples/cpp11/buffers/reference_counted.cpp:51
↓ 1 callers
Method
start
Called by the server object to initiate the four actors.
src/examples/cpp11/timeouts/server.cpp:159
↓ 1 callers
Method
start
Called by the user of the client class to initiate the connection process. The endpoints will have been obtained using a tcp::resolver.
src/examples/cpp11/timeouts/async_tcp_client.cpp:98
↓ 1 callers
Method
start
src/examples/cpp11/nonblocking/third_party_lib.cpp:86
↓ 1 callers
Method
start
src/examples/cpp11/local/stream_server.cpp:30
↓ 1 callers
Method
start
src/examples/cpp11/local/fd_passing_stream_server.cpp:36
↓ 1 callers
Method
start
src/examples/cpp17/coroutines_ts/chat_server.cpp:97
← previous
next →
1,001–1,100 of 6,649, ranked by callers