|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
| MAYAFLUX_HOST_API void MayaFlux::Host::Live::stop_lila | ( | bool | clear_persistent_store = false | ) |
Stop the running Lila interpreter and TCP server.
Any JIT'd function pointers obtained through this session become invalid after this returns.
| clear_persistent_store | If true, also empties the persistent store so objects created during the session are released. Defaults to false so a subsequent start_lila() can resume against store()-held state. |
Definition at line 50 of file Runtime.cpp.
References MayaFlux::internal::cleanup_persistent_store(), LILA_DEBUG, and LILA_INFO.
Here is the call graph for this function: