MCPcopy 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
712Kernel* Kernel::CreateKernelInNewThread(int portToListenOn)
713{
714 return CreateEmbeddedConnection(false, false, portToListenOn) ;
715}
716
717inline Soar_Instance* instantiate_singletons()
718{

Callers 3

TestJavaSMLMethod · 0.95
startLocalKernelMethod · 0.95
TestPythonSML.pyFile · 0.80

Calls

no outgoing calls

Tested by 1

TestJavaSMLMethod · 0.76