We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7618fb6 commit 7e67495Copy full SHA for 7e67495
1 file changed
src/ndn/transport/face.py
@@ -30,6 +30,7 @@ def __init__(self):
30
async def open(self):
31
pass
32
33
+ # TODO: Should switch to async function, since some requires gracefully shutdown
34
@abc.abstractmethod
35
def shutdown(self):
36
0 commit comments