Skip to content

Commit 1ff8e24

Browse files
committed
README: mention NamingThreadFactory
1 parent 5866507 commit 1ff8e24

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,8 @@ Adapter for a `Callable` that allows to pass it to `Executor.execute(Runnable)`
2424
### [Awaitable](https://javadoc.io/doc/pl.morgwai.base/java-utils/latest/pl/morgwai/base/utils/concurrent/Awaitable.html)
2525
Utilities to await for multiple timed blocking operations, such as `Thread.join(timeout)`, `ExecutorService.awaitTermination(...)` etc. See a usage example [here](https://github.com/morgwai/grpc-utils/blob/v6.0/sample/src/main/java/pl/morgwai/samples/grpc/utils/SqueezedServer.java#L488-L497).
2626

27+
### [NamingThreadFactory](https://javadoc.io/doc/pl.morgwai.base/java-utils/latest/pl/morgwai/base/utils/concurrent/NamingThreadFactory.html)
28+
`ThreadFactory` that names new `Thread`s based on a constructor supplied generator/name.
29+
2730
### [NoCopyByteArrayOutputStream](https://javadoc.io/doc/pl.morgwai.base/java-utils/latest/pl/morgwai/base/utils/io/NoCopyByteArrayOutputStream.html)
2831
`ByteArrayOutputStream` that allows to directly access its underlying buffer (without copying) after the stream was closed.

0 commit comments

Comments
 (0)