diff options
-rw-r--r-- | lib/src/main/kotlin/ProtocolTranslator.kt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/src/main/kotlin/ProtocolTranslator.kt b/lib/src/main/kotlin/ProtocolTranslator.kt index 8af0aea..4b3b91a 100644 --- a/lib/src/main/kotlin/ProtocolTranslator.kt +++ b/lib/src/main/kotlin/ProtocolTranslator.kt @@ -1,3 +1,5 @@ +// TODO: Add asynchronous message handling (as of now, the flush method is useless) + /** * The [ProtocolTranslator] interface provides methods which represent, and enclose, full 9P transactions. A call to any * of such methods requires filling in parameters, which coincide one-to-one with fields required by 9P requests. In an |