File: package.html

package info (click to toggle)
libsis-base-java 18.09~pre1%2Bgit20180827.fe4953e%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,156 kB
  • sloc: java: 9,106; ansic: 813; xml: 160; sh: 139; makefile: 35
file content (14 lines) | stat: -rw-r--r-- 449 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
     "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Named pool threads.</title>
</head>
<body>
<p>
This package provides <i>named pool threads</i> when using an 
{@code java.util.concurrent.ExecutorService}. This can be helpful in debugging and monitoring 
multi-threaded Java applications. Start having a look at the {@code NamedThreadPoolExecutor}.
</p>
</body>
</html>