- Timestamp:
- Apr 6, 2020, 4:05:36 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/architecture.md
r170 r227 32 32 and downstream message handlers are called from this goroutine, thus they can 33 33 safely access both upstream and downstream state. 34 35 In addition to these goroutines, each downstream connection also has one36 goroutine per network to handle new upstream messages coming from the ring37 buffer.
Note:
See TracChangeset
for help on using the changeset viewer.