Fix synchronization

Merged
#1 · Created  · Last updated

Merged pull request

Merged in anka213/tuple (pull request #1)

da32f27·Author: ·Closed by: ·2013-06-10

Description

  • The use of Lock() in New(...) is unnecessary because no one else can have a reference to the tuple before the function has returned.

  • All methods that reads the data structure needs to use RLock() and RUnlock()

0 attachments

0 comments

Loading commits...