libmill
libmill copied to clipboard
Description of primitives without synchronization
Missing documentation for multiple data protection between coroutines.
?
I wanna read/write a struct which maybe large enough between multi coroutine. How can I guarantee the integrity of the struct? Is "channels operation" atomic operation?
Yes, it's atomic.