RiflerRick / b2

bombard-b2
MIT License
1 stars 0 forks source link

MetadataController using mutexes now, use channels(aka message passing) instead #1

Open RiflerRick opened 5 years ago

RiflerRick commented 5 years ago

Since go leverages message passing, locks should be avoided if possible. Enhancement required in sharing metadata using message passing rather than using locks

RiflerRick commented 5 years ago

This will involve a lot of design changes in the entire codebase! Requires planning and thorough testing as well