Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/cobalt
/ functions
Functions
1,159 in github.com/boostorg/cobalt
⨍
Functions
1,159
◇
Types & classes
337
Method
await_suspend
test/test.hpp:191
Method
await_suspend
test/handler.cpp:76
Method
await_suspend
test/experimental/yield_context.cpp:23
Method
await_suspend
test/experimental/yield_context.cpp:88
Method
await_suspend
include/boost/cobalt/noop.hpp:44
Method
await_suspend
include/boost/cobalt/result.hpp:101
Method
await_suspend
include/boost/cobalt/this_coro.hpp:169
Method
await_suspend
include/boost/cobalt/this_coro.hpp:188
Method
await_suspend
include/boost/cobalt/this_coro.hpp:208
Method
await_suspend
include/boost/cobalt/this_coro.hpp:230
Method
await_suspend
include/boost/cobalt/this_coro.hpp:256
Method
await_suspend
include/boost/cobalt/this_coro.hpp:302
Method
await_suspend
include/boost/cobalt/this_coro.hpp:322
Method
await_suspend
include/boost/cobalt/this_coro.hpp:501
Method
await_suspend
include/boost/cobalt/this_coro.hpp:524
Method
await_suspend
include/boost/cobalt/detail/wait_group.hpp:94
Method
await_suspend
include/boost/cobalt/detail/thread.hpp:67
Method
await_suspend
include/boost/cobalt/detail/thread.hpp:137
Method
await_suspend
include/boost/cobalt/detail/fork.hpp:186
Method
await_suspend
include/boost/cobalt/detail/fork.hpp:215
Method
await_suspend
include/boost/cobalt/detail/wrapper.hpp:92
Method
await_suspend
include/boost/cobalt/detail/race.hpp:303
Method
await_suspend
include/boost/cobalt/detail/race.hpp:616
Method
await_suspend
include/boost/cobalt/detail/with.hpp:93
Method
await_suspend
include/boost/cobalt/detail/generator.hpp:207
Method
await_suspend
include/boost/cobalt/detail/generator.hpp:393
Method
await_suspend
include/boost/cobalt/detail/generator.hpp:620
Method
await_suspend
include/boost/cobalt/detail/task.hpp:335
Method
await_suspend
include/boost/cobalt/detail/task.hpp:357
Method
await_suspend
include/boost/cobalt/detail/promise.hpp:190
Method
await_suspend
include/boost/cobalt/detail/promise.hpp:383
Method
await_suspend
include/boost/cobalt/impl/channel.hpp:98
Method
await_transform
include/boost/cobalt/composition.hpp:42
Method
await_transform
include/boost/cobalt/op.hpp:194
Method
await_transform
This await transformation resets the associated cancellation state.
include/boost/cobalt/this_coro.hpp:102
Method
await_transform
This await transformation determines whether cancellation is propagated as an exception.
include/boost/cobalt/this_coro.hpp:276
Method
await_transform
include/boost/cobalt/this_coro.hpp:488
Method
await_transform
include/boost/cobalt/this_coro.hpp:512
Method
await_transform
include/boost/cobalt/detail/detached.hpp:52
Method
await_transform
include/boost/cobalt/detail/generator.hpp:449
Method
awaitable
include/boost/cobalt/op.hpp:114
Method
awaitable
include/boost/cobalt/detail/join.hpp:55
Method
awaitable
include/boost/cobalt/detail/join.hpp:338
Method
awaitable
include/boost/cobalt/detail/gather.hpp:56
Method
awaitable
include/boost/cobalt/detail/gather.hpp:260
Method
awaitable
include/boost/cobalt/detail/race.hpp:108
Method
awaitable
include/boost/cobalt/detail/race.hpp:462
Method
awaitable
include/boost/cobalt/detail/generator.hpp:188
Method
awaitable
include/boost/cobalt/detail/task.hpp:161
Method
awaitable
include/boost/cobalt/detail/promise.hpp:176
Method
awaitable_base
include/boost/cobalt/op.hpp:41
Method
awaitable_spsc_queue
example/spsc.cpp:22
Method
awaitable_type
include/boost/cobalt/detail/wait_group.hpp:56
Method
awaitable_type
include/boost/cobalt/detail/wait_group.hpp:108
Method
awaitable_type_getter
include/boost/cobalt/detail/await_result_helper.hpp:50
Method
awaitable_type_getter
include/boost/cobalt/detail/await_result_helper.hpp:69
Method
bad_endpoint_access
include/boost/cobalt/io/endpoint.hpp:239
Method
bind
src/io/acceptor.cpp:17
Function
bool
include/boost/cobalt/generator.hpp:85
Function
bool
include/boost/cobalt/promise.hpp:125
Function
buffer_count
include/boost/cobalt/io/buffer.hpp:25
Method
cancel
src/io/serial_port.cpp:20
Method
cancel
src/io/system_timer.cpp:17
Method
cancel
src/io/file.cpp:28
Method
cancel
src/io/signal_set.cpp:21
Method
cancel
src/io/steady_timer.cpp:17
Method
cancel
src/io/socket.cpp:34
Method
cancel
src/io/resolver.cpp:17
Method
cancel
include/boost/cobalt/thread.hpp:82
Method
cancel
include/boost/cobalt/generator.hpp:91
Method
cancel
include/boost/cobalt/promise.hpp:113
Method
cancel_all
include/boost/cobalt/detail/join.hpp:84
Method
cancel_all
include/boost/cobalt/detail/race.hpp:135
Method
cancel_impl
include/boost/cobalt/impl/channel.hpp:83
Method
cancel_impl
include/boost/cobalt/impl/channel.hpp:220
Method
cancel_impl
include/boost/cobalt/impl/channel.hpp:341
Method
cancel_impl
include/boost/cobalt/impl/channel.hpp:355
Method
cancel_step
include/boost/cobalt/detail/join.hpp:77
Method
capacity
include/boost/cobalt/io/endpoint.hpp:151
Method
channel
tag::outline[] not movable.
include/boost/cobalt/channel.hpp:50
Method
channel
include/boost/cobalt/channel.hpp:214
Method
channel
include/boost/cobalt/impl/channel.hpp:21
Method
channel_reader
include/boost/cobalt/channel.hpp:328
Method
close
src/io/serial_port.cpp:13
Method
close
src/io/pipe.cpp:52
Method
close
src/io/file.cpp:90
Method
close
include/boost/cobalt/impl/channel.hpp:53
Function
co_main
tag::main[]
example/echo_server.cpp:69
Function
co_main
tag::timer_example[]
example/delay.cpp:13
Function
co_main
example/outcome.cpp:24
Function
co_main
example/channel.cpp:24
Function
co_main
example/thread.cpp:68
Function
co_main
example/http.cpp:57
Function
co_main
example/spsc.cpp:129
Function
co_main
tag::main[]
example/ticker.cpp:279
Function
co_main
example/signals.cpp:85
Function
co_main
example/delay_op.cpp:29
Function
co_main
test/cmake_install_test/main.cpp:11
Function
co_main
test/cmake_subdir_test/main.cpp:11
Method
cobalt_category_t
include/boost/cobalt/error.hpp:27
← previous
next →
501–600 of 1,159, ranked by callers