Giuseppe
|
f83de79b81
|
Improve documentation wording for SyncWriter (#235)
There is already a lock in place for both POSIX (Linux/Unix/Darwin) and Windows, see:
https://github.com/golang/go/blob/go1.14.3/src/internal/poll/fd_windows.go#L684
https://github.com/golang/go/blob/go1.14.3/src/internal/poll/fd_unix.go#L255
|
2020-05-25 10:57:14 -07:00 |
Giuseppe
|
e027a834ab
|
Typo fix (#233)
|
2020-05-14 01:29:30 -07:00 |
Olivier Poitrey
|
397b56dc9d
|
Use defer when expected
|
2017-06-05 12:43:37 -07:00 |
Olivier Poitrey
|
af9dd4ec23
|
Add SyncWriter utility type for non-thread-safe writers
|
2017-05-19 09:13:04 -07:00 |
Olivier Poitrey
|
7f302b00ec
|
Initial commit
|
2017-05-13 16:22:35 -07:00 |