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.
1 parent 4d19770 commit ae8b031Copy full SHA for ae8b031
doc/Language/variables.pod6
@@ -1175,6 +1175,10 @@ X<|$*SPEC>X<|$*TMPDIR>X<|$*THREAD>X<|$*SCHEDULER>X<|$*USAGE>
1175
$*SCHEDULER | A L<ThreadPoolScheduler> object representing the current default
1176
| scheduler. (see note below)
1177
------------------+--------------------------------------------
1178
+ $*SAMPLER | The current L<Telemetry::Sampler> used for making
1179
+ | snapshots of system state. Only available if
1180
+ | L<Telemetry> has been loaded.
1181
+ ------------------+--------------------------------------------
1182
=end table
1183
1184
Note on usage of $*SCHEDULER:
0 commit comments