79235327

Date: 2024-11-28 21:29:19
Score: 1.5
Natty:
Report link

The Go Programming Language Specification states:

A single channel may be used in send statements, receive operations, and calls to the built-in functions cap and len by any number of goroutines without further synchronization.

So, yes, it’s safe.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Vser