diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2021-02-18 15:20:52 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-18 15:20:52 -0500 |
commit | bb30e9291e2e3964aac2d2ca05b739dcc67d64a0 (patch) | |
tree | b1d139e8f814c1bae7589618c3a5421154234d02 /op_crates/websocket | |
parent | d9b1f96897239bf7de8cdfd11d40e3f99bb29a4a (diff) |
refactor: use Mutex for ErrorBuffer (#9539)
RwLock should only be used in circumstatnces where it has some benefit.
Multiple concurrent readers is usually an undesirable design bug.
Diffstat (limited to 'op_crates/websocket')
0 files changed, 0 insertions, 0 deletions