• Jan Safranek's avatar
    Make fake event recorder thread safe. · f4abfb2a
    Jan Safranek authored
    The test recorder should be thread safe in case it's used in multiple
    goroutines. This does not serve to ensure any order of recorded events,
    only to prevent golang race detector to crash when two events are emitted by
    concurrent goroutines.
    f4abfb2a
Name
Last commit
Last update
..
doc.go Loading commit data...
event.go Loading commit data...
event_test.go Loading commit data...
events_cache.go Loading commit data...
events_cache_test.go Loading commit data...
fake.go Loading commit data...