Object ::nsshell::kernels (public)

 ::nsshell::THREAD ::nsshell::kernels[i]

Defined in /usr/local/ns/tcl/nsshell/shell.tcl

Testcases:
No testcase defined.
Source code:
namespace eval ::nsshell {}
::nsf::object::alloc ::nsshell::THREAD ::nsshell::kernels {set :cmd {
                ns_log notice "Kernel thread ::nsshell::threadHandler is running"
            }
   set :initCmd {
                    package req nx
                
                ns_thread name ::nsshell::kernels
                ::nsf::exithandler set {
                    ns_log notice "[self] exits"
                }
            
set ::currentThread ::nsshell::kernels

                ns_log notice "Kernel thread ::nsshell::threadHandler is running"
            }
   set :mutex mid0}
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: