first commit
This commit is contained in:
8
venv/lib/python3.12/site-packages/uvloop/request.pxd
Normal file
8
venv/lib/python3.12/site-packages/uvloop/request.pxd
Normal file
@@ -0,0 +1,8 @@
|
||||
cdef class UVRequest:
|
||||
cdef:
|
||||
uv.uv_req_t *request
|
||||
bint done
|
||||
Loop loop
|
||||
|
||||
cdef on_done(self)
|
||||
cdef cancel(self)
|
||||
Reference in New Issue
Block a user