We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0af8777 + 096bc08 commit edfba3dCopy full SHA for edfba3d
CITATION.cff
@@ -9,11 +9,11 @@ identifiers:
9
value: 10.5281/zenodo.10799219
10
description: This is the collection of archived snapshots of all versions of thread.
11
- type: url
12
- value: https://github.com/python-thread/thread/releases/tag/v2.0.0
13
- description: The GitHub release URL of tag v2.0.0.
+ value: https://github.com/python-thread/thread/releases/tag/v2.0.1
+ description: The GitHub release URL of tag v2.0.1.
14
15
- value: https://pypi.org/project/thread/2.0.0
16
- description: The PyPI release URL of tag v2.0.0.
+ value: https://pypi.org/project/thread/2.0.1
+ description: The PyPI release URL of tag v2.0.1.
17
cff-version: 1.2.0
18
date-released: 2024年03月07日
19
keywords:
@@ -32,6 +32,6 @@ repository-code: https://github.com/python-thread/thread
32
repository-artifact: https://pypi.org/project/thread
33
title: thread
34
type: software
35
-version: 2.0.0
+version: 2.0.1
36
url: https://thread.ngjx.org
37
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "thread"
3
-version = "2.0.0"
+version = "2.0.1"
4
description = "Threading module extension"
5
authors = ["Alex <contact@ngjx.org>"]
6
license = "BSD-3-Clause"
@@ -30,7 +30,7 @@ classifiers = [
30
31
[tool.poetry.urls]
Homepage = "https://thread.ngjx.org"
-Documentation = "https://thread.ngjx.org/docs/v2.0.0"
+Documentation = "https://thread.ngjx.org/docs/v2.0.1"
Source = "https://github.com/python-thread/thread"
Download = "https://pypi.org/project/thread/#files"
"Release Notes" = "https://github.com/python-thread/thread/releases"
src/thread/__init__.py
"""
## Thread Library
-Documentation at https://thread.ngjx.org/docs/2.0.0
+Documentation at https://thread.ngjx.org/docs/2.0.1
---
@@ -18,7 +18,7 @@
20
21
-__version__ = '2.0.0'
+__version__ = '2.0.1'
22
23
24
# Export Core
src/thread/_types.py
@@ -1,7 +1,7 @@
## Types
-Documentation: https://thread.ngjx.org/docs/v2.0.0
+Documentation: https://thread.ngjx.org/docs/v2.0.1
7
from typing import Any, Literal, Callable, Union, Sized
src/thread/decorators/_processor.py
## Processor
from functools import wraps
src/thread/decorators/_threaded.py
## Threaded
src/thread/exceptions.py
## Thread Exceptions
import traceback
src/thread/thread.py
@@ -8,7 +8,7 @@ class Thread: ...
8
class ConcurrentProcessing: ...
```
import sys
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments