repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac2cb9e
)
docs: refine interfaces scope
author
Jérôme Benoit
<jerome.benoit@sap.com>
Sun, 2 Jul 2023 21:55:02 +0000
(23:55 +0200)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Sun, 2 Jul 2023 21:55:02 +0000
(23:55 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
src/utility-types.ts
patch
|
blob
|
blame
|
history
diff --git
a/src/utility-types.ts
b/src/utility-types.ts
index a2f3de1c293475ba8089c91a5715508c4e9d52cb..9ecf56577f999f4d56a5474917d522f644993749 100644
(file)
--- a/
src/utility-types.ts
+++ b/
src/utility-types.ts
@@
-24,6
+24,8
@@
export interface TaskError<Data = unknown> {
/**
* Task performance.
+ *
+ * @internal
*/
export interface TaskPerformance {
/**
@@
-42,6
+44,8
@@
export interface TaskPerformance {
/**
* Performance statistics computation.
+ *
+ * @internal
*/
export interface WorkerStatistics {
runTime: boolean