Skip to content

Commit

Permalink
Added documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
evanlauer1 committed Jul 31, 2024
1 parent fbf660d commit 8f00ae6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/src/OpenTelemetry/Internal/Logs/Types.hs
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ data LogRecordExporterInternal = LogRecordExporterInternal
}


-- | @LogRecordExporter@s are an @MVar@ wrapper around @LogRecordExporterInternal@ that prevent @logRecordExporterExport@ from being called concurrently for the same exporter.
newtype LogRecordExporter = LogRecordExporter {unExporter :: MVar LogRecordExporterInternal}


Expand Down

0 comments on commit 8f00ae6

Please sign in to comment.