We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4b53df commit d0c1d3aCopy full SHA for d0c1d3a
awscrt/common.py
@@ -43,6 +43,7 @@ def _noop(obj): return obj
43
pass
44
return _deprecated_impl(msg)
45
46
+
47
def get_cpu_group_count() -> int:
48
"""
49
Returns number of processor groups on the system.
awscrt/mqtt.py
@@ -18,6 +18,7 @@
18
from awscrt.mqtt5 import Client as Mqtt5Client
19
from awscrt.common import deprecated
20
21
22
class QoS(IntEnum):
23
"""Quality of Service enumeration
24
0 commit comments