tinypool
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>tinypool</artifactId>
<version>2.1.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.mvnpm</groupId>
<artifactId>tinypool</artifactId>
<version>2.1.0</version>
<name>tinypool</name>
<description>A minimal and tiny Node.js Worker Thread Pool implementation, a fork of piscina, but with fewer features</description>
<url>https://github.com/tinylibs/tinypool#readme</url>
<organization>
<name>tinypool</name>
<url>https://github.com/tinylibs/tinypool#readme</url>
</organization>
<licenses>
<license>
<name>MIT</name>
</license>
</licenses>
<developers>
<developer>
<name>antfu</name>
<email>anthonyfu117@hotmail.com</email>
</developer>
<developer>
<name>aslemammad</name>
<email>zorofight94@gmail.com</email>
</developer>
<developer>
<name>ariperkkio</name>
<email>ari.perkkio@gmail.com</email>
</developer>
</developers>
<scm>
<connection>https://github.com/tinylibs/tinypool.git</connection>
<developerConnection>https://github.com/tinylibs/tinypool.git</developerConnection>
<url>https://github.com/tinylibs/tinypool</url>
</scm>
<issueManagement>
<url>https://github.com/tinylibs/tinypool/issues</url>
</issueManagement>
</project>