Skip to content

Commit b4af597

Browse files
author
Stephen-Bao
committed
code format
1 parent baea6cd commit b4af597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ AWS_EMF_AGENT_ENDPOINT="udp://127.0.0.1:1000"
320320

321321
### Internal Synchronization
322322

323-
The MetricsLogger class is thread-safe. Specifically, the generalized multi-threading use cases for this library are:
323+
The MetricsLogger class is thread-safe. Specifically, the generalized multi-threading use cases for this library are:
324324

325325
1. Collect some metrics or metadata on a single MetricsLogger; Pass the logger into one or more async contexts where new metrics or metadata can be added concurrently; Join the async contexts (e.g. Future.get()) and flush the metrics.
326326
2. Collect some metrics or metadata on a single MetricsLogger; Pass the logger into an async context; Flush from the async context concurrently.

0 commit comments

Comments
 (0)