DescriptionAllow creating non-thread-local Persistents that can be passed between threads.
Before this change all persistents must have been created and destroyed on the same thread.
This change introduces Persistent<T, GlobalPersistents> type. Such persistent can be safely allocated and destroyed on any thread.
BUG=
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=167303
Patch Set 1 #
Total comments: 6
Patch Set 2 : after review #Patch Set 3 : #
Total comments: 1
Patch Set 4 : rebase #Patch Set 5 : rebase #
Messages
Total messages: 18 (0 generated)
|