Index
_
|
A
|
B
|
C
|
D
|
E
|
F
|
G
|
I
|
J
|
K
|
L
|
M
|
N
|
O
|
P
|
Q
|
R
|
S
|
T
|
U
|
W
_
_cancel_task() (in module curio.traps)
_future_wait() (in module curio.traps)
_get_current() (in module curio.traps)
_get_kernel() (in module curio.traps)
_join_task() (in module curio.traps)
_ksync_reschedule_function() (in module curio.traps)
_read_wait() (in module curio.traps)
_reschedule_tasks() (in module curio.traps)
_set_timeout() (in module curio.traps)
_sigunwatch() (in module curio.traps)
_sigwait() (in module curio.traps)
_sigwatch() (in module curio.traps)
_unset_timeout() (in module curio.traps)
_wait_on_ksync() (in module curio.traps)
_write_wait() (in module curio.traps)
A
abide() (built-in function)
accept() (curio.channel.Channel method)
(curio.io.Socket method)
acquire() (Condition method)
(Lock method)
,
[1]
(Semaphore method)
aopen() (in module curio.file)
as_stream() (curio.io.Socket method)
async_thread()
built-in function
AsyncABC (class in curio.meta)
AsyncFile (class in curio.file)
AsyncObject (class in curio.meta)
AsyncThread (built-in class)
authenticate_client() (in module curio.channel)
authenticate_server() (in module curio.channel)
AWAIT()
built-in function
awaitable() (in module curio.meta)
B
bind() (curio.channel.Channel method)
block_in_thread() (in module curio.workers)
blocking() (curio.io.FileStream method)
(curio.io.Socket method)
(curio.io.SocketStream method)
(in module curio.meta)
BoundedSemaphore (built-in class)
built-in function
async_thread()
AWAIT()
disable_cancellation()
enable_cancellation()
C
cancel()
(Task method)
cancelled (Task attribute)
CancelledError
Channel (class in curio.channel)
check_cancellation() (built-in function)
check_output() (in module curio.subprocess)
clear() (Event method)
clock() (built-in function)
close() (curio.channel.Channel method)
(curio.file.AsyncFile method)
(curio.io.FileStream method)
(curio.io.Socket method)
(in module curio.channel)
communicate() (curio.subprocess.Popen method)
Condition (built-in class)
connect() (curio.channel.Channel method)
(curio.io.Socket method)
connect_ex() (curio.io.Socket method)
Connection (class in curio.channel)
coro (Task attribute)
cpubound() (in module curio.meta)
create_connection() (in module curio.socket)
create_default_context() (in module curio.ssl)
curio
module
curio.channel
module
curio.file
module
curio.io
module
curio.meta
module
curio.socket
module
curio.ssl
module
curio.subprocess
module
curio.traps
module
curio.workers
module
CurioError
current_task() (built-in function)
cycles (Task attribute)
D
daemon (Task attribute)
disable_cancellation()
built-in function
do_handshake() (in module curio.io)
E
empty() (Queue method)
enable_cancellation()
built-in function
Event (built-in class)
exc_info (Task attribute)
F
FileStream (class in curio.io)
flush() (curio.file.AsyncFile method)
(curio.io.FileStream method)
fromfd() (in module curio.socket)
full() (Queue method)
G
get() (Queue method)
get_server_certificate() (in module curio.ssl)
getaddrinfo() (in module curio.socket)
getfqdn() (in module curio.socket)
gethostbyaddr() (in module curio.socket)
gethostbyname() (in module curio.socket)
gethostbyname_ex() (in module curio.socket)
gethostname() (in module curio.socket)
getnameinfo() (in module curio.socket)
I
id (Task attribute)
ignore() (SignalSet method)
ignore_after() (built-in function)
is_set() (Event method)
J
join()
(Queue method)
(Task method)
K
Kernel (built-in class)
L
LifoQueue (built-in class)
Local (built-in class)
Lock (built-in class)
locked() (Condition method)
(Lock method)
,
[1]
(Semaphore method)
M
makefile() (curio.io.Socket method)
MAX_WORKER_PROCESSES (in module curio.workers)
MAX_WORKER_THREADS (in module curio.workers)
module
curio
curio.channel
curio.file
curio.io
curio.meta
curio.socket
curio.ssl
curio.subprocess
curio.traps
curio.workers
N
notify()
notify_all()
O
open_connection() (in module curio)
open_unix_connection() (in module curio)
P
Popen (class in curio.subprocess)
PriorityQueue (built-in class)
put() (Queue method)
Q
qsize() (Queue method)
Queue (built-in class)
R
read() (curio.file.AsyncFile method)
(curio.io.FileStream method)
read1() (curio.file.AsyncFile method)
readall() (curio.io.FileStream method)
readinto() (curio.file.AsyncFile method)
readinto1() (curio.file.AsyncFile method)
readline() (curio.file.AsyncFile method)
(curio.io.FileStream method)
readlines() (curio.file.AsyncFile method)
(curio.io.FileStream method)
recv() (curio.io.Socket method)
(in module curio.channel)
recv_bytes() (in module curio.channel)
recv_into() (curio.io.Socket method)
recvfrom() (curio.io.Socket method)
recvfrom_into() (curio.io.Socket method)
recvmsg() (curio.io.Socket method)
recvmsg_into() (curio.io.Socket method)
release() (Condition method)
(Lock method)
,
[1]
(Semaphore method)
RLock (built-in class)
run() (in module curio.subprocess)
(Kernel method)
run_in_executor() (in module curio.workers)
run_in_process() (in module curio.workers)
run_in_thread() (in module curio.workers)
S
seek() (curio.file.AsyncFile method)
Semaphore (built-in class)
send() (curio.io.Socket method)
(in module curio.channel)
send_bytes() (in module curio.channel)
sendall() (curio.io.Socket method)
sendmsg() (curio.io.Socket method)
sendto() (curio.io.Socket method)
,
[1]
set() (Event method)
SignalSet (built-in class)
sleep() (built-in function)
Socket (class in curio.io)
socket() (in module curio.socket)
socketpair() (in module curio.socket)
SocketStream (class in curio.io)
spawn() (built-in function)
SSLContext (class in curio.ssl)
start() (AsyncThread method)
state (Task attribute)
T
Task (built-in class)
task_done() (Queue method)
TaskCancelled
TaskError
TaskTimeout
tcp_server() (in module curio)
tell() (curio.file.AsyncFile method)
terminated (Task attribute)
timeout_after() (built-in function)
TimeoutCancellationError
truncate() (curio.file.AsyncFile method)
U
unix_server() (in module curio)
W
wait() (Condition method)
(curio.subprocess.Popen method)
(Event method)
(SignalSet method)
wait_for() (Condition method)
wake_at() (built-in function)
wrap_socket() (in module curio.ssl)
write() (curio.file.AsyncFile method)
(curio.io.FileStream method)
writeable() (curio.io.Socket method)
writelines() (curio.file.AsyncFile method)
(curio.io.FileStream method)
curio
Navigation
Curio - A Tutorial Introduction
Curio Reference Manual
Curio How-To
Developing with Curio
Related Topics
Documentation overview
Quick search