JavaScript is disabled on your browser.
Skip navigation links
Overview
Module
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
de.grogra.util.concurrent.PTask
Packages that use
PTask
Package
Description
de.grogra.util.concurrent
Uses of
PTask
in
de.grogra.util.concurrent
Methods in
de.grogra.util.concurrent
with parameters of type
PTask
Modifier and Type
Method
Description
void
PTaskManager.
add
(
PTask
task)
Adds a task to be solved during
PTaskManager.solve()
.