We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef34db5 commit 98c6de2Copy full SHA for 98c6de2
README.md
@@ -76,7 +76,10 @@ finally
76
}
77
```
78
79
-**WARNING: You must call `SetLength(0)` at first, and call `Return(stm)` in the end for preventing memory leak.**
+#### WARNING
80
+
81
+* **You must call `SetLength(0)` at first, and call `Return(stm)` in the end for preventing memory leak.**
82
+* **`PooledMemoryStream` is not threadsafe, so you must not share instance across threads**
83
84
# Micro benchmark result(powered by [BenchmarkDotNet](http://benchmarkdotnet.org/))
85
0 commit comments