Browse Source

(nit) readme tweak

Michael Redig 1 năm trước cách đây
mục cha
commit
764bf55dc7
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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