add package comment to openconn
This commit is contained in:
parent
b2cfe0f1ab
commit
95f3681db8
@ -1,3 +1,8 @@
|
||||
// openconn provides a basic context.Context object to be used with gaio.Watcher
|
||||
// the context carries two channels, InChan and OutChan, which are used by menuHandler
|
||||
// and doorHandler to read input from the remote connection
|
||||
// TODO: decide whether or not we'll actuallly need OutChan - possibly for maintaining
|
||||
// output writes in order and/or ensuring output is delivered exactly once
|
||||
package openconn
|
||||
|
||||
import (
|
||||
|
Loading…
Reference in New Issue
Block a user