ankan-withadream / kiGo

Go server to interact with people's feelings and help them feel better :)
https://ki-go.vercel.app
0 stars 1 forks source link

Go Concurrency #6

Closed ama3it closed 5 months ago

ama3it commented 5 months ago
  1. Go routines for multi-threading
  2. Go Wait Group to manage the threads
  3. Go Mutex to Lock Unloack critical resource
  4. Go Channels to Communicate between Threads