MCPcopy Create free account

hub / github.com/netcan/asyncio / functions

Functions140 in github.com/netcan/asyncio

↓ 49 callersFunctionrun
include/asyncio/runner.h:11
↓ 14 callersFunctionschedule_task
include/asyncio/schedule_task.h:50
↓ 14 callersFunctionsleep
include/asyncio/sleep.h:28
↓ 9 callersMethodhas_value
include/asyncio/result.h:56
↓ 9 callersFunctionwait_for
include/asyncio/wait_for.h:97
↓ 8 callersMethodresult
include/asyncio/result.h:62
↓ 8 callersMethodset_state
include/asyncio/handle.h:25
↓ 7 callersMethodcancel
src/event_loop.cpp:83
↓ 7 callersFunctiongather
include/asyncio/gather.h:98
↓ 6 callersMethodget_result
include/asyncio/task.h:33
↓ 6 callersMethodvalid
include/asyncio/task.h:130
↓ 5 callersMethodalive_counts
test/ut/counted.h:52
↓ 5 callersMethodoperator co_await
include/asyncio/task.h:57
↓ 4 callersMethoddone
include/asyncio/task.h:131
↓ 4 callersMethodget_handle_id
include/asyncio/handle.h:26
↓ 4 callersFunctionint_div
test/ut/task_test.cpp:162
↓ 4 callersMethodread
include/asyncio/stream.h:83
↓ 4 callersFunctionsquare
test/ut/task_test.cpp:64
↓ 4 callersMethodwrite
include/asyncio/stream.h:96
↓ 3 callersMethoddestroy
include/asyncio/task.h:133
↓ 3 callersMethodrun
//////////////////////////////////////////////////////////////////////////////////////////////////////////
include/asyncio/task.h:114
↓ 3 callersFunctiontime
include/asyncio/event_loop.h:29
↓ 2 callersMethodawait_resume
include/asyncio/task.h:59
↓ 2 callersMethodclose
include/asyncio/stream.h:74
↓ 2 callersFunctionecho_server
test/st/echo_server.cpp:40
↓ 2 callersFunctionmain
test/st/echo_server.cpp:49
↓ 2 callersFunctionopen_connection
include/asyncio/open_connection.h:41
↓ 2 callersMethodschedule
src/event_loop.cpp:77
↓ 2 callersMethodserve_forever
include/asyncio/start_server.h:32
↓ 2 callersFunctionset_blocking
Redesign python method `socket.setblocking(bool)`: https://github.com/python/cpython/blob/928752ce4c23f47d3175dd47ecacf08d86a99c9d/Modules/socketmodul
include/asyncio/stream.h:29
↓ 2 callersFunctionstart_server
include/asyncio/start_server.h:74
↓ 2 callersMethodunhandled_exception
include/asyncio/result.h:67
↓ 1 callersFunctionNonCopyable
include/asyncio/noncopyable.h:14
↓ 1 callersMethodawait_ready
include/asyncio/sleep.h:16
↓ 1 callersMethodawait_suspend
include/asyncio/sleep.h:19
↓ 1 callersFunctioncall_at
include/asyncio/event_loop.h:102
↓ 1 callersFunctionconnect
include/asyncio/open_connection.h:20
↓ 1 callersMethoddump_backtrace
include/asyncio/task.h:118
↓ 1 callersMethodfinal_suspend
include/asyncio/task.h:106
↓ 1 callersMethodget_return_object
include/asyncio/task.h:109
↓ 1 callersFunctionhello
test/st/hello_world.cpp:15
↓ 1 callersFunctionhello_world
test/st/hello_world.cpp:23
↓ 1 callersMethodinitial_suspend
include/asyncio/task.h:87
↓ 1 callersFunctionis_stop
include/asyncio/selector/epoll_selector.h:43
↓ 1 callersMethodreturn_void
include/asyncio/result.h:59
↓ 1 callersMethodrun_until_complete
src/event_loop.cpp:16
↓ 1 callersMethodset_exception
include/asyncio/result.h:66
↓ 1 callersFunctionset_value
include/asyncio/result.h:19
↓ 1 callersFunctiontcp_echo_client
test/st/echo_client.cpp:11
↓ 1 callersFunctionworld
test/st/hello_world.cpp:19
MethodCounted
test/ut/counted.h:26
FunctionEpollSelector
include/asyncio/selector/epoll_selector.h:15
MethodGatherAwaiter
include/asyncio/gather.h:37
MethodGatherAwaiterRepositry
include/asyncio/gather.h:77
MethodHandle
include/asyncio/handle.h:23
FunctionKQueueSelector
include/asyncio/selector/kqueue_selector.h:23
MethodServer
include/asyncio/start_server.h:27
MethodSleepAwaiter
include/asyncio/sleep.h:15
MethodStream
include/asyncio/stream.h:58
MethodTask
include/asyncio/task.h:27
MethodTimeoutHandle
include/asyncio/wait_for.h:61
MethodWaitForAwaiter
include/asyncio/wait_for.h:32
MethodWaitForAwaiterRegistry
include/asyncio/wait_for.h:82
Methodawait_ready
include/asyncio/task.h:42
Methodawait_ready
include/asyncio/task.h:89
Methodawait_ready
include/asyncio/task.h:97
Methodawait_ready
include/asyncio/wait_for.h:19
Methodawait_ready
include/asyncio/gather.h:21
Methodawait_ready
include/asyncio/callstack.h:13
Methodawait_ready
include/asyncio/event_loop.h:50
Methodawait_resume
include/asyncio/task.h:91
Methodawait_resume
include/asyncio/task.h:104
Methodawait_resume
include/asyncio/wait_for.h:20
Methodawait_resume
include/asyncio/gather.h:22
Methodawait_resume
include/asyncio/sleep.h:17
Methodawait_resume
include/asyncio/callstack.h:14
Methodawait_resume
include/asyncio/event_loop.h:67
Methodawait_suspend
include/asyncio/task.h:48
Methodawait_suspend
include/asyncio/task.h:90
Methodawait_suspend
include/asyncio/task.h:99
Methodawait_suspend
include/asyncio/wait_for.h:25
Methodawait_suspend
include/asyncio/gather.h:30
Methodawait_suspend
include/asyncio/callstack.h:16
Methodawait_suspend
include/asyncio/event_loop.h:56
Functioncall_later
include/asyncio/event_loop.h:35
Functioncall_soon
include/asyncio/event_loop.h:44
Functioncancel
include/asyncio/schedule_task.h:21
Functioncancel_handle
include/asyncio/event_loop.h:39
Methodclean_up_connected
include/asyncio/start_server.h:50
Methodcleanup_delayed_call
src/event_loop.cpp:20
Methodclose
include/asyncio/start_server.h:63
Methodcollect_result
include/asyncio/gather.h:47
Methodconstruct_counts
test/ut/counted.h:47
Functioncoro_depth_n
test/ut/task_test.cpp:23
Methoddestroy
include/asyncio/event_loop.h:71
Functiondone
include/asyncio/schedule_task.h:40
Functiondump_callstack
include/asyncio/callstack.h:23
Methodframe_name
include/asyncio/handle.h:44
Functionget_in_addr
include/asyncio/stream.h:145
Functionget_in_port
include/asyncio/stream.h:152
next →1–100 of 140, ranked by callers