MCPcopy Create free account

hub / github.com/boostorg/cobalt / functions

Functions1,159 in github.com/boostorg/cobalt

↓ 1 callersMethodawait_resume
include/boost/cobalt/noop.hpp:34
↓ 1 callersMethodawait_resume
include/boost/cobalt/detail/wait_group.hpp:47
↓ 1 callersMethodawait_resume
include/boost/cobalt/detail/fork.hpp:165
↓ 1 callersFunctionawait_signal
example/signals.cpp:80
↓ 1 callersFunctionawait_suspend
test/handler.cpp:40
↓ 1 callersMethodawait_suspend
include/boost/cobalt/noop.hpp:33
↓ 1 callersMethodawait_suspend
include/boost/cobalt/result.hpp:215
↓ 1 callersMethodawait_suspend
include/boost/cobalt/detail/wait_group.hpp:42
↓ 1 callersFunctionawtest
bench/parallel.cpp:30
↓ 1 callersFunctionawtest
bench/channel.cpp:27
↓ 1 callersFunctionawtest
bench/immediate.cpp:29
↓ 1 callersFunctionawtest
bench/post.cpp:23
↓ 1 callersMethodbytes_readable
src/io/socket.cpp:86
↓ 1 callersMethodcancel
include/boost/cobalt/wait_group.hpp:91
↓ 1 callersMethodclose
src/io/socket.cpp:27
↓ 1 callersFunctionco_main
test/main.cpp:10
↓ 1 callersFunctioncobalt_sleep
test/any_completion_handler.cpp:37
↓ 1 callersFunctionconnect
example/http.cpp:37
↓ 1 callersFunctionconnect
tag::connect[]
example/ticker.cpp:41
↓ 1 callersFunctionconnect_to_blockchain_info
tag::ws_upgrade[]
example/ticker.cpp:56
↓ 1 callersMethodcontext
include/boost/cobalt/experimental/context.hpp:275
↓ 1 callersFunctioncpu_intense_work
this is a function doing some CPU heavy work that should be offloaded onto a thread_pool
example/thread_pool.cpp:22
↓ 1 callersFunctioncpu_intense_work
this is a function doing some CPU heavy work that should be offloaded onto a thread
example/thread.cpp:23
↓ 1 callersFunctiond
test/detached.cpp:16
↓ 1 callersFunctiondelay_r
test/task.cpp:110
↓ 1 callersFunctiondelay_v
test/task.cpp:159
↓ 1 callersMethoddetach
include/boost/cobalt/promise.hpp:136
↓ 1 callersFunctiondetached
test/generator.cpp:278
↓ 1 callersFunctiondetached_push
test/generator.cpp:291
↓ 1 callersFunctiondo_return
include/boost/cobalt/experimental/context.hpp:182
↓ 1 callersFunctiondo_the_thing
test/strand.cpp:23
↓ 1 callersMethoddone
include/boost/cobalt/unique_handle.hpp:57
↓ 1 callersFunctioneager
test/generator.cpp:231
↓ 1 callersFunctioneager_func
example/outcome.cpp:18
↓ 1 callersFunctionecho
tag::echo[]
example/echo_server.cpp:22
↓ 1 callersMethodexpired
src/io/system_timer.cpp:37
↓ 1 callersFunctionextract_executor
include/boost/cobalt/detail/this_thread.hpp:19
↓ 1 callersMethodextract_result
example/python.cpp:265
↓ 1 callersFunctiongen
test/race.cpp:44
↓ 1 callersFunctiongen
test/left_race.cpp:30
↓ 1 callersFunctiongen_move_only_test
test/generator.cpp:264
↓ 1 callersFunctiongen_push
test/generator.cpp:59
↓ 1 callersFunctiongen_stop
test/generator.cpp:204
↓ 1 callersMethodget_allocator
test/this_coro.cpp:44
↓ 1 callersMethodget_allocator
include/boost/cobalt/this_coro.hpp:337
↓ 1 callersMethodget_id
include/boost/cobalt/thread.hpp:119
↓ 1 callersFunctionget_null_sbo_resource
include/boost/cobalt/detail/sbo_resource.hpp:166
↓ 1 callersMethodget_result
include/boost/cobalt/detail/with.hpp:44
↓ 1 callersMethodget_result
include/boost/cobalt/detail/generator.hpp:77
↓ 1 callersMethodget_result_value
include/boost/cobalt/detail/task.hpp:47
↓ 1 callersMethodget_result_value
include/boost/cobalt/detail/promise.hpp:48
↓ 1 callersMethodget_return_object
include/boost/cobalt/detail/main.hpp:149
↓ 1 callersFunctiongshould_unwind
test/generator.cpp:190
↓ 1 callersFunctionhandle_new_subscription
example/ticker.cpp:154
↓ 1 callersFunctionhandle_rejections
example/ticker.cpp:99
↓ 1 callersFunctionhandle_update
example/ticker.cpp:119
↓ 1 callersFunctioninitiate_async_read_some_at_helper
src/io/random_access_file.cpp:80
↓ 1 callersFunctioninitiate_async_write_some_at_helper
src/io/random_access_file.cpp:94
↓ 1 callersMethodinterrupt_await
include/boost/cobalt/detail/join.hpp:380
↓ 1 callersMethodinterrupt_await
include/boost/cobalt/detail/gather.hpp:293
↓ 1 callersFunctionjson_reader
tag::json_reader[]
example/ticker.cpp:72
↓ 1 callersFunctionlazy_func
example/outcome.cpp:13
↓ 1 callersFunctionlisten
tag::listen[]
example/echo_server.cpp:42
↓ 1 callersFunctionlookup
include/boost/cobalt/io/resolver.hpp:62
↓ 1 callersMethodmessage
include/boost/cobalt/error.hpp:30
↓ 1 callersFunctionmy_cor
()
example/python.py:6
↓ 1 callersFunctionnative_handle
include/boost/cobalt/io/serial_port.hpp:55
↓ 1 callersFunctionnothrow_dummy
test/race.cpp:31
↓ 1 callersFunctionnp
test/generator.cpp:299
↓ 1 callersFunctionon_thread
test/thread.cpp:70
↓ 1 callersFunctiononce_gen
test/async_for.cpp:32
↓ 1 callersFunctionop_throw
test/op.cpp:102
↓ 1 callersMethodoperator co_await
include/boost/cobalt/detail/wait_group.hpp:68
↓ 1 callersMethodoperator co_await
include/boost/cobalt/detail/generator.hpp:607
↓ 1 callersFunctionproducer
tag::channel_example[]
example/channel.cpp:16
↓ 1 callersMethodread
include/boost/cobalt/channel.hpp:157
↓ 1 callersFunctionread_and_close
tag::read_and_close[]
example/ticker.cpp:220
↓ 1 callersMethodready
include/boost/cobalt/detail/generator.hpp:95
↓ 1 callersMethodreap
include/boost/cobalt/wait_group.hpp:85
↓ 1 callersMethodrelease
include/boost/cobalt/unique_handle.hpp:30
↓ 1 callersMethodrethrow_if
include/boost/cobalt/detail/generator.hpp:337
↓ 1 callersFunctionreturn_
test/task.cpp:104
↓ 1 callersMethodreturn_value
include/boost/cobalt/detail/main.hpp:96
↓ 1 callersMethodreturn_void
include/boost/cobalt/detail/promise.hpp:275
↓ 1 callersFunctionrun_blockchain_info
tag::run_blockchain_info[]
example/ticker.cpp:176
↓ 1 callersFunctionrun_session
tag::run_session[]
example/ticker.cpp:230
↓ 1 callersFunctionrun_thread
src/thread.cpp:28
↓ 1 callersMethodset_executor
include/boost/cobalt/detail/thread.hpp:111
↓ 1 callersFunctionshould_unwind
test/task.cpp:89
↓ 1 callersFunctionshould_unwind
test/promise.cpp:54
↓ 1 callersFunctiont
test/experimental/yield_context.cpp:79
↓ 1 callersFunctiontask_move_only_test
test/task.cpp:308
↓ 1 callersFunctiontest
test/channel.cpp:266
↓ 1 callersFunctiontest1
test/promise.cpp:35
↓ 1 callersFunctiontest_cobalt
test/op.cpp:191
↓ 1 callersFunctiontest_multi_values
test/op.cpp:214
↓ 1 callersFunctiontest_promise
example/python.cpp:295
↓ 1 callersFunctionthr
Dummy thread blasting out values.
example/spsc.cpp:121
↓ 1 callersFunctionthrow_bad_endpoint_access
src/io/endpoint.cpp:14
↓ 1 callersMethodthrow_if_cancelled
include/boost/cobalt/this_coro.hpp:289
← previousnext →201–300 of 1,159, ranked by callers