Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SoarGroup/Soar
/ CreateKernelInNewThread
Method
CreateKernelInNewThread
Core/ClientSML/src/sml_ClientKernel.cpp:712–715 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
710
}
711
712
Kernel* Kernel::CreateKernelInNewThread(int portToListenOn)
713
{
714
return CreateEmbeddedConnection(false, false, portToListenOn) ;
715
}
716
717
inline Soar_Instance* instantiate_singletons()
718
{
Callers
3
TestJavaSML
Method · 0.95
startLocalKernel
Method · 0.95
TestPythonSML.py
File · 0.80
Calls
no outgoing calls
Tested by
1
TestJavaSML
Method · 0.76