release

open suspend override fun release()(source)

Releases all resources held by the learning engine for clean shutdown.

This method ensures proper cleanup of all resources including native memory allocations, file handles, and background computation tasks. Essential for preventing memory leaks and ensuring clean application termination.