Registry / utility / nylon-threads

nylon-threads

JSON →
library0.9.0javamavenunverified

A library providing enhanced thread management utilities for Java applications.

<dependency> <groupId>com.palantir.nylon</groupId> <artifactId>nylon-threads</artifactId> <version>0.9.0</version> </dependency>
INSTALL
IMPORT
SIG · NYLON-THREADS
N
nylon-threads
utilityjavav0.9.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Threads
com.palantir.nylon.threads.Threads

Creates and starts a new thread using Nylon's thread utilities.

import com.palantir.nylon.threads.Threads; public class Example { public static void main(String[] args) { Threads.newThread(() -> System.out.println("Hello from Nylon")).start(); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.9.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
nylon-threads — mvn dependency:get nylon-threads · libregistry