Skip to content

Commit

Permalink
links are thread safe (#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyKanzhelev authored Dec 11, 2019
1 parent d5928df commit 8c05064
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion specification/concurrency.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ SpanBuilder is used by more than one thread/coroutine.

**Span** - All methods of Span are safe to be called concurrently.

**Link** - same as SpanData.
**Link** - Links are immutable and is safe to be used concurrently. Lazy
initialized links must be implemented to be safe to be called concurrently.

0 comments on commit 8c05064

Please sign in to comment.