Sobes.tech

What types of errors or inconsistencies can occur when transactions are executed simultaneously?

237

How is the execution of a goroutine related to CPU threads, and how is it assigned to a specific thread?

227

1. What will be output, how to fix, how to make thread-safe (waitGroup) 2. Remove duplicates in a slice

217

What are the limitations of using sync.Map compared to a regular Map protected by Mutex?

216

What are the main tasks and challenges that a backend developer usually addresses in a project?

216

What happens when you write a value into a map with key 123? How does the value get into the storage?

210

If GOMAXPROCS=2 and two infinite loops with mathematical operations are running, will other goroutines be executed?

206
/4