diff options
-rw-r--r-- | ext/Opcode/Opcode.pm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ext/Opcode/Opcode.pm b/ext/Opcode/Opcode.pm index 2fe23f0711..1878417ceb 100644 --- a/ext/Opcode/Opcode.pm +++ b/ext/Opcode/Opcode.pm @@ -427,6 +427,12 @@ beyond the scope of the compartment. rand srand +=item :base_thread + +This op is related to multi-threading. + + lock + =item :default A handy tag name for a I<reasonable> default set of ops. (The current ops |