group-wbl/.venv/lib/python3.13/site-packages/uvloop/request.pxd
2026-01-09 09:12:25 +08:00

9 lines
143 B
Cython

cdef class UVRequest:
cdef:
uv.uv_req_t *request
bint done
Loop loop
cdef on_done(self)
cdef cancel(self)