Skip to content

Commit 7e67495

Browse files
committed
transport: Add TODO note
1 parent 7618fb6 commit 7e67495

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/ndn/transport/face.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ def __init__(self):
3030
async def open(self):
3131
pass
3232

33+
# TODO: Should switch to async function, since some requires gracefully shutdown
3334
@abc.abstractmethod
3435
def shutdown(self):
3536
pass

0 commit comments

Comments
 (0)