Skip to content

Commit dc229f5

Browse files
committed
import new functions
1 parent a1817d8 commit dc229f5

File tree

9 files changed

+21
-0
lines changed

9 files changed

+21
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
If true (default), clears all idle connections immediately. If false, only evicts connections that have exceeded their idleTimeout.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
The name of the thread to check.

docs/03.reference/01.functions/isthreadinterrupted/_returnTypeDesc.md

Whitespace-only changes.

docs/03.reference/01.functions/isthreadinterrupted/_usageNotes.md

Whitespace-only changes.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: IsThreadInterrupted
3+
id: function-isthreadinterrupted
4+
related:
5+
categories:
6+
- threading
7+
---
8+
9+
Checks whether a specified thread has been interrupted. The interrupted status of the thread is unaffected by this method.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
if set to true the secret is resolved right away, if set to false, it is resolved when used.

docs/03.reference/01.functions/threadinterrupted/_returnTypeDesc.md

Whitespace-only changes.

docs/03.reference/01.functions/threadinterrupted/_usageNotes.md

Whitespace-only changes.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: ThreadInterrupted
3+
id: function-threadinterrupted
4+
related:
5+
categories:
6+
- threading
7+
---
8+
9+
Checks whether the current thread has been interrupted and clears the interrupted status. The interrupted status of the thread is cleared by this method, unlike IsThreadInterrupted which leaves it unchanged.

0 commit comments

Comments
 (0)