Explorar o código

(nit) readme tweak

Michael Redig hai 1 ano
pai
achega
764bf55dc7
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      README.md

+ 4 - 0
README.md

@@ -55,3 +55,7 @@ method, where you need to know exactly how many bytes or lines to read.
 * BaudRate has UInt initializer
 * Added `SwiftTerminal` demo to connect and interface with a serial connection
 * I kept the original methods that I changed around, but marked as deprecated. I intend to eventually remove them, but I don't want to disrupt anyone relying on this in the meantime.
+
+##### What needs fixing?
+* I made these changes before I had a better grasp of how async/await streams worked. Turns out I used them wrong! All the AsyncStream types need to create a new copy of the stream instead of returning the same "instance".
+* Swift6 concurrency support