Index
_
|
A
|
B
|
C
|
D
|
E
|
F
|
G
|
I
|
J
|
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)
_read_wait() (in module curio.traps)
_scheduler_wait() (in module curio.traps)
_scheduler_wake() (in module curio.traps)
_set_timeout() (in module curio.traps)
_unset_timeout() (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)
add_task() (TaskGroup 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)
cancel_remaining() (TaskGroup 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)
completed (TaskGroup attribute)
Condition (built-in class)
connect() (curio.channel.Channel method)
(curio.io.Socket method)
connect_ex() (curio.io.Socket method)
Connection (class in curio.channel)
Context (class in curio.zmq)
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
curio.zmq
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)
exception (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_after() (built-in function)
is_set() (Event method)
J
join()
(Queue method)
(Task method)
(TaskGroup method)
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
curio.zmq
N
next_done() (TaskGroup method)
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)
(curio.zmq.Socket method)
(in module curio.channel)
recv_bytes() (in module curio.channel)
recv_into() (curio.io.Socket method)
recv_json() (curio.zmq.Socket method)
recv_multipart() (curio.zmq.Socket method)
recv_pyobj() (curio.zmq.Socket method)
recv_string() (curio.zmq.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)
result (Task attribute)
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)
run_server() (in module curio)
S
seek() (curio.file.AsyncFile method)
Semaphore (built-in class)
send() (curio.io.Socket method)
(curio.zmq.Socket method)
(in module curio.channel)
send_bytes() (in module curio.channel)
send_json() (curio.zmq.Socket method)
send_multipart() (curio.zmq.Socket method)
send_pyobj() (curio.zmq.Socket method)
send_string() (curio.zmq.Socket method)
sendall() (curio.io.Socket method)
sendmsg() (curio.io.Socket method)
sendto() (curio.io.Socket method)
,
[1]
set() (Event method)
SignalEvent (built-in class)
SignalQueue (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)
(TaskGroup method)
SSLContext (class in curio.ssl)
start() (AsyncThread method)
state (Task attribute)
T
Task (built-in class)
task_done() (Queue method)
TaskCancelled
TaskError
TaskGroup (built-in class)
TaskTimeout
tcp_server() (in module curio)
tcp_server_socket() (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)
unix_server_socket() (in module curio)
W
wait() (Condition method)
(curio.subprocess.Popen method)
(Event method)
(Task 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 How-To
Curio Reference Manual
Developing with Curio
Related Topics
Documentation overview
Quick search