From b02a4671baa8dc837b5a16bc9d61f82e85da911c Mon Sep 17 00:00:00 2001 From: Edoardo La Greca Date: Fri, 29 Aug 2025 19:29:31 +0200 Subject: add todo in ProtocolTranslator --- lib/src/main/kotlin/ProtocolTranslator.kt | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3