grpc-go/internal/binarylog
Jille Timmermans 65cabd74d8
internal/binarylog: Fix data race when calling Write() and Close() in parallel (#4604)
They both touched bufferedSink.writeTicker
2021-07-20 10:58:14 -07:00
..
binarylog.go Implemented component logging (#3617) 2020-06-26 12:04:47 -07:00
binarylog_test.go Modified tests to use tlogger. (#3343) 2020-02-06 13:03:20 -08:00
binarylog_testutil.go binarylog: call binary log in Client and Server (#2388) 2018-10-31 10:21:20 -07:00
env_config.go Implemented component logging (#3617) 2020-06-26 12:04:47 -07:00
env_config_test.go Modified tests to use tlogger. (#3343) 2020-02-06 13:03:20 -08:00
method_logger.go binarylog: export Sink (#3879) 2020-09-22 09:52:20 -07:00
method_logger_test.go Modified tests to use tlogger. (#3343) 2020-02-06 13:03:20 -08:00
regexp_test.go Modified tests to use tlogger. (#3343) 2020-02-06 13:03:20 -08:00
sink.go internal/binarylog: Fix data race when calling Write() and Close() in parallel (#4604) 2021-07-20 10:58:14 -07:00