Skip to content

Commit

Permalink
Merge branch 'master' into protocols/server
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Aug 22, 2021
2 parents 5173def + 2568f6c commit e6bfc2e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/netius/base/stream.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ class Stream(observer.Observable):
Most of the interface for a stream should be "logically" similar
to the one defined by a connection.
This implementation takes inspiration from the asyncio stream and
should be very compatible in terms of API.
"""

def __init__(self, owner = None):
Expand Down

0 comments on commit e6bfc2e

Please sign in to comment.