Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tradias/asio-grpc
/ functions
Functions
1,223 in github.com/Tradias/asio-grpc
⨍
Functions
1,223
◇
Types & classes
582
↓ 1 callers
Function
make_shutdown_request
The Shutdown endpoint is used by unit tests.
example/streaming-client.cpp:216
↓ 1 callers
Function
make_shutdown_request
example/generic-client.cpp:190
↓ 1 callers
Function
make_shutdown_request
--------------------------------------------------- The Shutdown endpoint is used by unit tests. ---------------------------------------------------
example/async-generator-client.cpp:57
↓ 1 callers
Function
make_shutdown_request
example/unifex-client.cpp:182
↓ 1 callers
Function
make_tcp_request
A simple tcp request that will be handled by the io_context
example/share-io-context-client.cpp:40
↓ 1 callers
Method
max_size_reached
src/agrpc/detail/pool_resource.hpp:114
↓ 1 callers
Method
next
example/multi-threaded-client.cpp:44
↓ 1 callers
Method
onUserPreferenceChanged
()
doc/doxygen-awesome-darkmode-toggle.js:120
↓ 1 callers
Method
on_user_done
src/agrpc/server_callback.hpp:290
↓ 1 callers
Method
on_write_done
src/agrpc/detail/health_check_service.hpp:93
↓ 1 callers
Function
operation_aborted_error_code
src/agrpc/detail/asio_forward.hpp:101
↓ 1 callers
Method
perform_request_and_repeat
src/agrpc/detail/register_yield_rpc_handler.hpp:88
↓ 1 callers
Function
perform_under_file_lock
test/utils/utils/free_port.cpp:81
↓ 1 callers
Function
perform_under_global_lock
test/utils/utils/free_port.cpp:39
↓ 1 callers
Function
post_some
test/src/test_grpc_context_17.cpp:648
↓ 1 callers
Method
prepend
Returns true if the producer is inactive and needs to be woken up. The calling thread has responsibility for waking up the producer.
src/agrpc/detail/atomic_intrusive_queue.hpp:77
↓ 1 callers
Function
prepend_error_code_and_apply_impl
src/agrpc/detail/prepend_error_code.hpp:58
↓ 1 callers
Function
prepend_to_tuple_impl
src/agrpc/detail/tuple.hpp:130
↓ 1 callers
Method
put_into_scratch_space
src/agrpc/detail/basic_sender.hpp:196
↓ 1 callers
Function
query_execution_context
src/agrpc/detail/query_grpc_context.hpp:38
↓ 1 callers
Function
read_and_increment_port
test/utils/utils/free_port.cpp:88
↓ 1 callers
Function
reader
This function will read one requests from the client at a time. Note that gRPC only allows calling agrpc::read after a previous read has completed.
example/streaming-server.cpp:159
↓ 1 callers
Function
reader
example/generic-server.cpp:81
↓ 1 callers
Function
recreate_if_old
test/utils/utils/free_port.cpp:55
↓ 1 callers
Function
recursively_post
test/src/test_grpc_context_17.cpp:758
↓ 1 callers
Method
register_and_perform_requests
test/src/test_server_rpc_20.cpp:86
↓ 1 callers
Function
register_handlers
example/snippets/server.cpp:104
↓ 1 callers
Function
register_request_handler
example/multi-threaded-server.cpp:37
↓ 1 callers
Function
register_request_handler
example/multi-threaded-alternative-server.cpp:35
↓ 1 callers
Function
register_rpc_handler
A unary RPC request that will be handled by the GrpcContext.
example/main-io-context-server.cpp:51
↓ 1 callers
Function
register_rpc_handler_asio_completion_trampoline
src/agrpc/detail/register_rpc_handler_asio_base.hpp:113
↓ 1 callers
Function
register_shutdown_request_handler
example/unifex-server.cpp:113
↓ 1 callers
Function
register_unary_request_handler
end-snippet
example/unifex-server.cpp:49
↓ 1 callers
Method
release
src/agrpc/detail/allocate.hpp:76
↓ 1 callers
Method
release_already_max_aligned
src/agrpc/detail/pool_resource.hpp:57
↓ 1 callers
Function
release_rpc_handler_operation_guard
src/agrpc/detail/register_sender_rpc_handler.hpp:113
↓ 1 callers
Method
replenish
src/agrpc/detail/pool_resource.hpp:138
↓ 1 callers
Method
reset
src/agrpc/detail/client_callback.hpp:76
↓ 1 callers
Method
reset
src/agrpc/detail/stop_callback_lifetime.hpp:38
↓ 1 callers
Function
response_processor
example/unifex-client.cpp:73
↓ 1 callers
Method
restore_scratch_space
src/agrpc/detail/basic_sender.hpp:203
↓ 1 callers
Function
rfind
src/agrpc/detail/algorithm.hpp:66
↓ 1 callers
Method
run
src/agrpc/detail/health_check_service.hpp:66
↓ 1 callers
Function
run_completion_queue
src/agrpc/run.hpp:308
↓ 1 callers
Function
run_descriptor
test/cmake/superbuild/src/descriptor.cpp:21
↓ 1 callers
Function
run_grpc_context_for_sender
example/unifex-client.cpp:204
↓ 1 callers
Function
run_grpc_context_for_sender
example/unifex-server.cpp:138
↓ 1 callers
Method
run_io_context_detached
test/utils/utils/io_context_test.cpp:32
↓ 1 callers
Function
run_out_var
test/cmake/superbuild/src/out_var.cpp:23
↓ 1 callers
Method
run_server_immediate_cancellation
test/utils/utils/client_rpc_test.hpp:119
↓ 1 callers
Function
run_target
test/cmake/superbuild/src/target.cpp:21
↓ 1 callers
Method
running_in_this_thread
* @brief Determine whether the GrpcContext is running in the current thread * * Thread-safe */
src/agrpc/grpc_executor.hpp:152
↓ 1 callers
Method
send_health
src/agrpc/detail/health_check_service.hpp:73
↓ 1 callers
Method
server_done
test/src/test_callback_sender_receiver.cpp:45
↓ 1 callers
Function
server_streaming
[client-rpc-server-streaming-callback] */
example/snippets/client_callback.cpp:93
↓ 1 callers
Function
server_streaming_example
[unifex-server-streaming-client-side] */
example/snippets/unifex_client.cpp:26
↓ 1 callers
Function
server_streaming_notify_when_done_request_handler
example/streaming-server.cpp:106
↓ 1 callers
Method
set_completed
src/agrpc/detail/server_write_reactor.hpp:114
↓ 1 callers
Method
set_deallocate_function
src/agrpc/detail/ref_counted_reactor.hpp:70
↓ 1 callers
Method
set_done
test/utils/utils/asio_utils.hpp:94
↓ 1 callers
Method
set_done
src/agrpc/detail/submit.hpp:47
↓ 1 callers
Method
set_size
src/agrpc/detail/name.hpp:68
↓ 1 callers
Method
signal
src/agrpc/detail/manual_reset_event.hpp:68
↓ 1 callers
Function
spawn
src/agrpc/detail/register_yield_rpc_handler.hpp:39
↓ 1 callers
Function
spawn_all_void
example/helper/yield_helper.hpp:102
↓ 1 callers
Method
spawn_client_functions
test/utils/utils/client_rpc_test.hpp:55
↓ 1 callers
Function
spawn_many
test/utils/utils/asio_utils.hpp:222
↓ 1 callers
Method
stop
src/agrpc/detail/atomic_bool_stop_context.hpp:74
↓ 1 callers
Function
submit_sender_implementation_operation
src/agrpc/detail/sender_implementation_operation.hpp:137
↓ 1 callers
Function
submit_to_function
src/agrpc/detail/submit.hpp:75
↓ 1 callers
Method
test_check_default_service
test/src/test_health_check_service_17.cpp:79
↓ 1 callers
Method
test_check_non_existent_service
test/src/test_health_check_service_17.cpp:94
↓ 1 callers
Method
test_watch_and_accept_rpc_then_destruct
test/src/test_health_check_service_17.cpp:223
↓ 1 callers
Method
test_watch_and_cause_serving_status_update_to_fail
test/src/test_health_check_service_17.cpp:203
↓ 1 callers
Method
test_watch_and_client_cancel
test/src/test_health_check_service_17.cpp:180
↓ 1 callers
Method
test_watch_and_shutdown_health_check_service
test/src/test_health_check_service_17.cpp:155
↓ 1 callers
Method
test_watch_default_service_and_change_serving_status
test/src/test_health_check_service_17.cpp:107
↓ 1 callers
Method
test_watch_non_existent_service
test/src/test_health_check_service_17.cpp:127
↓ 1 callers
Function
unary
[client-rpc-unary-callback] */
example/snippets/client_callback.cpp:36
↓ 1 callers
Function
wait_some
test/src/test_grpc_context_17.cpp:639
↓ 1 callers
Function
writer
The writer will pick up reads from the reader through the channel and switch to the thread_pool to compute their response.
example/streaming-server.cpp:179
↓ 1 callers
Function
writer
example/generic-server.cpp:102
Function
AGRPC_CATCH
src/agrpc/detail/register_sender_rpc_handler.hpp:347
Method
AGRPC_CATCH
src/agrpc/detail/register_callback_rpc_handler.hpp:68
Method
AGRPC_CATCH
src/agrpc/detail/sender_create.hpp:48
Method
AGRPC_CATCH
src/agrpc/detail/register_coroutine_rpc_handler.hpp:88
Method
AGRPC_CATCH
src/agrpc/detail/register_sender_rpc_handler.hpp:299
Method
AGRPC_CATCH
src/agrpc/detail/register_yield_rpc_handler.hpp:75
Function
AGRPC_UNLIKELY
src/agrpc/detail/sender_implementation_operation.hpp:140
Function
AGRPC_UNLIKELY
src/agrpc/detail/create_and_submit_no_arg_operation.hpp:32
Method
AGRPC_UNLIKELY
src/agrpc/detail/basic_sender.hpp:220
Method
AGRPC_UNLIKELY
src/agrpc/detail/rethrow_first_arg.hpp:31
Method
AGRPC_UNLIKELY
src/agrpc/detail/server_write_reactor.hpp:131
Method
AlarmCancellationFunction
src/agrpc/detail/alarm.hpp:47
Method
AllocationGuard
src/agrpc/detail/allocate.hpp:46
Method
AllocatorBinder
src/agrpc/detail/bind_allocator.hpp:38
Method
AsyncGeneratorServerStreamingRPCHandler
example/async-generator-server.cpp:41
Method
AtomicBoolStopFunction
src/agrpc/detail/atomic_bool_stop_context.hpp:39
Method
AtomicIntrusiveQueue
src/agrpc/detail/atomic_intrusive_queue.hpp:34
Method
BasicAlarm
* @brief Construct a BasicAlarm from an executor */
src/agrpc/alarm.hpp:57
← previous
next →
301–400 of 1,223, ranked by callers