diff options
author | Edoardo La Greca | 2025-08-29 19:29:31 +0200 |
---|---|---|
committer | Edoardo La Greca | 2025-08-29 19:29:31 +0200 |
commit | b02a4671baa8dc837b5a16bc9d61f82e85da911c (patch) | |
tree | dfd4bc9f5746c6fbecacc727bb1fe2488ce11bc0 | |
parent | b32a4f6511171ebfc64811471c7a2fa61bf17961 (diff) |
-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 |