MCPcopy Create free account

hub / github.com/alibaba/async_simple / functions

Functions4,345 in github.com/alibaba/async_simple

↓ 3 callersMethodvalue
demo_example/asio/asio/execution/prefer_only.hpp:174
↓ 3 callersMethodvalue
async_simple/Future.h:109
↓ 2 callersFunctionChangeLaziessExecutorTo
async_simple/coro/Dispatch.h:47
↓ 2 callersFunctionTestBasic
async_simple/util/test/ThreadPoolTest.cpp:73
↓ 2 callersFunctionUthread_read_file
benchmarks/ReadFileUtil.hpp:52
↓ 2 callersFunction_m_access
async_simple/util/move_only_function.h:77
↓ 2 callersMethodaddress
(self)
dbg/LazyStack.py:106
↓ 2 callersMethodallocate
demo_example/asio/asio/detail/handler_alloc_helpers.hpp:127
↓ 2 callersFunctionasio_handler_allocate
demo_example/asio/asio/detail/bind_handler.hpp:72
↓ 2 callersFunctionasio_handler_deallocate
demo_example/asio/asio/detail/bind_handler.hpp:86
↓ 2 callersMethodassign
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
demo_example/asio/asio/basic_readable_pipe.hpp:257
↓ 2 callersMethodassign
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
demo_example/asio/asio/basic_writable_pipe.hpp:257
↓ 2 callersMethodassign
Assign an existing native serial port to the serial port. * This function opens the serial port to hold an existing native serial port. * * @par
demo_example/asio/asio/basic_serial_port.hpp:375
↓ 2 callersMethodassign
Assign an existing native handle to the handle. * This function opens the handle to hold an existing native handle. * * @param handle A native h
demo_example/asio/asio/windows/basic_object_handle.hpp:232
↓ 2 callersMethodassign
Assign an existing native handle to the handle. * This function opens the handle to hold an existing native handle. * * @param handle A native h
demo_example/asio/asio/windows/basic_overlapped_handle.hpp:235
↓ 2 callersFunctionasync_accept
demo_example/asio_coro_util.hpp:201
↓ 2 callersMethodasync_accept
demo_example/asio/asio/detail/null_socket_service.hpp:487
↓ 2 callersFunctionasync_connect
demo_example/asio/asio/basic_socket.hpp:960
↓ 2 callersFunctionasync_read_file
benchmarks/ReadFileUtil.hpp:82
↓ 2 callersMethodasync_read_some_at
demo_example/asio/asio/detail/io_uring_file_service.hpp:226
↓ 2 callersFunctionasync_read_until
demo_example/asio/asio/impl/read_until.hpp:1078
↓ 2 callersMethodasync_receive
demo_example/asio/asio/experimental/detail/channel_service.hpp:192
↓ 2 callersMethodasync_send
demo_example/asio/asio/experimental/detail/channel_service.hpp:151
↓ 2 callersMethodasync_write_some
demo_example/asio/asio/impl/buffered_write_stream.hpp:449
↓ 2 callersMethodat_mark
Determine whether the socket is at the out-of-band data mark.
demo_example/asio/asio/detail/null_socket_service.hpp:146
↓ 2 callersFunctionautoScheduleTasks
benchmarks/ThreadPool.bench.cpp:25
↓ 2 callersMethodavailable
Determine the number of bytes available for reading.
demo_example/asio/asio/detail/null_socket_service.hpp:154
↓ 2 callersMethodawait
async_simple/uthread/Latch.h:64
↓ 2 callersFunctionbasic_executor_type
Constructor used by thread_pool::get_executor().
demo_example/asio/asio/thread_pool.hpp:738
↓ 2 callersFunctionbasic_file
Construct a basic_file without opening it. * This constructor initialises a file without opening it. * * @param ex The I/O executor that the fil
demo_example/asio/asio/basic_file.hpp:100
↓ 2 callersFunctionbasic_socket
Construct a basic_socket without opening it. * This constructor creates a socket without opening it. * * @param ex The I/O executor that the soc
demo_example/asio/asio/basic_socket.hpp:118
↓ 2 callersMethodbuffer_clear
Clear all buffered values.
demo_example/asio/asio/experimental/detail/channel_service.hpp:378
↓ 2 callersMethodbuffer_front
Get the element at the front of the buffer.
demo_example/asio/asio/experimental/detail/channel_service.hpp:366
↓ 2 callersMethodbuffer_move_from
Move from another buffer.
demo_example/asio/asio/experimental/detail/channel_service.hpp:336
↓ 2 callersMethodcall
demo_example/asio/asio/experimental/detail/completion_handler_erasure.hpp:55
↓ 2 callersFunctioncall_connect_condition
demo_example/asio/asio/impl/connect.hpp:83
↓ 2 callersMethodcall_handler
demo_example/asio/asio/ssl/detail/read_op.hpp:55
↓ 2 callersFunctioncapacity
Get the maximum size that the buffer may grow to without triggering reallocation. * @returns The current capacity of the underlying string if less tha
demo_example/asio/asio/buffer.hpp:1635
↓ 2 callersMethodcapacity
Get the current capacity of the basic_streambuf. * @returns The current total capacity of the streambuf, i.e. for both the * input sequence and out
demo_example/asio/asio/basic_streambuf.hpp:178
↓ 2 callersMethodcapacity
demo_example/asio/asio/experimental/detail/impl/channel_service.hpp:156
↓ 2 callersFunctioncast_addr2long_pointer
(addr)
dbg/LazyStack.py:76
↓ 2 callersMethodcheck_condition
demo_example/asio/asio/impl/connect.hpp:270
↓ 2 callersMethodcheckin
async_simple/uthread/test/UthreadTest.cpp:149
↓ 2 callersMethodcheckout
async_simple/coro/test/ViaCoroutineTest.cpp:38
↓ 2 callersMethodclone
Helper function to clone another implementation.
demo_example/asio/asio/executor.hpp:318
↓ 2 callersMethodclose
Close the connection. * @return \c this if a connection was successfully established, a null * pointer otherwise. */
demo_example/asio/asio/basic_socket_streambuf.hpp:299
↓ 2 callersMethodcoAwait
async_simple/coro/test/TraitsTest.cpp:35
↓ 2 callersMethodcoLockShared
async_simple/coro/SharedMutex.h:122
↓ 2 callersFunctionconnect
Connect the socket to the specified endpoint. * This function is used to connect a socket to the specified remote endpoint. * The function call wil
demo_example/asio/asio/basic_socket.hpp:849
↓ 2 callersMethodconstruct
Construct a new socket implementation.
demo_example/asio/asio/detail/null_socket_service.hpp:65
↓ 2 callersMethodconsume
Remove characters from the input sequence. * Removes @c n characters from the beginning of the input sequence. * * @note If @c n is greater than
demo_example/asio/asio/basic_streambuf.hpp:247
↓ 2 callersMethodconverting_move_construct
demo_example/asio/asio/detail/null_socket_service.hpp:82
↓ 2 callersMethodcopy
demo_example/asio/asio/buffered_read_stream.hpp:223
↓ 2 callersMethodcount_down
decrements the counter in a non-blocking manner
async_simple/coro/Latch.h:45
↓ 2 callersFunctioncreate_implementation
demo_example/asio/asio/strand.hpp:392
↓ 2 callersMethodcreate_promise
demo_example/asio/asio/impl/use_future.hpp:306
↓ 2 callersMethoddeallocate
demo_example/asio/asio/detail/handler_alloc_helpers.hpp:134
↓ 2 callersFunctiondefer
demo_example/asio/asio/impl/defer.hpp:229
↓ 2 callersMethoddestroy
async_simple/executors/SimpleIOExecutor.h:79
↓ 2 callersMethoddispatch
demo_example/asio/asio/detail/handler_work.hpp:95
↓ 2 callersMethoddo_assign
demo_example/asio/asio/detail/reactive_socket_accept_op.hpp:70
↓ 2 callersMethoddo_assign
demo_example/asio/asio/detail/io_uring_socket_accept_op.hpp:103
↓ 2 callersMethoddown
async_simple/coro/CountEvent.h:43
↓ 2 callersMethoddownCount
async_simple/uthread/Latch.h:55
↓ 2 callersMethodenable_cancellation
demo_example/asio/asio/detail/win_iocp_socket_accept_op.hpp:78
↓ 2 callersMethodexecute
demo_example/asio/asio/execution/any_executor.hpp:601
↓ 2 callersMethodexpires_after
Set the timer's expiry time relative to now. * This function sets the expiry time. Any pending asynchronous wait * operations will be cancelled. Th
demo_example/asio/asio/basic_waitable_timer.hpp:617
↓ 2 callersMethodexpires_at
(Deprecated: Use expiry().) Get the timer's expiry time as an absolute time. * This function may be used to obtain the timer's current expiry time.
demo_example/asio/asio/basic_waitable_timer.hpp:516
↓ 2 callersMethodexpires_at
Get the timer's expiry time as an absolute time. * This function may be used to obtain the timer's current expiry time. * Whether the timer has exp
demo_example/asio/asio/basic_deadline_timer.hpp:446
↓ 2 callersMethodexpires_from_now
Get the timer's expiry time relative to now. * This function may be used to obtain the timer's current expiry time. * Whether the timer has expired
demo_example/asio/asio/basic_deadline_timer.hpp:516
↓ 2 callersMethodexpiry
Helper function to get a timer's expiry time.
demo_example/asio/asio/ssl/detail/stream_core.hpp:152
↓ 2 callersFunctionextension_to_type
demo_example/http/http_response.hpp:121
↓ 2 callersMethodfilename
(self)
dbg/LazyStack.py:109
↓ 2 callersFunctionfinish_switch_fiber
async_simple/uthread/internal/thread.cc:50
↓ 2 callersMethodfunction
(self)
dbg/LazyStack.py:119
↓ 2 callersFunctionget
async_simple/uthread/internal/thread_impl.h:68
↓ 2 callersMethodget
demo_example/asio/asio/impl/spawn.hpp:185
↓ 2 callersMethodget
demo_example/asio/asio/experimental/impl/append.hpp:203
↓ 2 callersMethodget
demo_example/asio/asio/experimental/impl/parallel_group.hpp:420
↓ 2 callersMethodgetException
Require hasError() == true. Otherwise it is UB to call this method.
async_simple/coro/Collect.h:80
↓ 2 callersMethodgetFutureState
async_simple/FutureState.h:91
↓ 2 callersMethodgetThreadNum
async_simple/util/ThreadPool.h:69
↓ 2 callersMethodgetWrappedContinuation
async_simple/coro/ViaCoroutine.h:104
↓ 2 callersFunctionget_43
demo_example/pmr_lazy.cpp:35
↓ 2 callersFunctionget_43
async_simple/coro/test/PMRLazyTest.cpp:19
↓ 2 callersMethodget_allocator
Obtain allocator.
demo_example/asio/asio/use_future.hpp:91
↓ 2 callersMethodget_cancel_requested
demo_example/asio/asio/detail/win_iocp_socket_service_base.hpp:710
↓ 2 callersMethodget_executor
Get the executor associated with the object.
demo_example/asio/asio/basic_signal_set.hpp:333
↓ 2 callersMethodget_executor
Get the executor associated with the object.
demo_example/asio/asio/basic_waitable_timer.hpp:381
↓ 2 callersMethodget_executor
Get the executor associated with the object.
demo_example/asio/asio/basic_readable_pipe.hpp:216
↓ 2 callersMethodget_executor
Get the executor associated with the object.
demo_example/asio/asio/basic_deadline_timer.hpp:317
↓ 2 callersMethodget_executor
Obtain the associated executor.
demo_example/asio/asio/executor_work_guard.hpp:94
↓ 2 callersMethodget_executor
Get the executor associated with the object.
demo_example/asio/asio/basic_writable_pipe.hpp:216
↓ 2 callersMethodget_executor
Get the executor associated with the object.
demo_example/asio/asio/posix/basic_descriptor.hpp:204
↓ 2 callersMethodget_executor
demo_example/asio/asio/impl/write.hpp:708
↓ 2 callersMethodget_executor
demo_example/asio/asio/impl/read.hpp:785
↓ 2 callersMethodget_executor
Get the executor associated with the object.
demo_example/asio/asio/ip/basic_resolver.hpp:221
↓ 2 callersMethodget_handle
demo_example/asio/asio/experimental/impl/coro.hpp:609
↓ 2 callersFunctionhost_name
demo_example/asio/asio/detail/winrt_utils.hpp:75
↓ 2 callersMethodinit
async_simple/executors/SimpleIOExecutor.h:66
← previousnext →401–500 of 4,345, ranked by callers