Skip to content

Commit 3ba88d1

Browse files
committed
Add _executor_shutdown_called field to Loop
1 parent 3bf41cb commit 3ba88d1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

uvloop/loop.pxd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ cdef class Loop:
8383
object _asyncgens
8484
bint _asyncgens_shutdown_called
8585

86+
bint _executor_shutdown_called
87+
8688
char _recv_buffer[UV_STREAM_RECV_BUF_SIZE]
8789
bint _recv_buffer_in_use
8890

0 commit comments

Comments
 (0)