Folder "liblets"

The Dogelog Player provides dynamic loading of native libraries. The end-user can use both include/1 and ensure_loaded/1 to load native libraries. The loading and initialization mechanism is determined by its file extension. Calling include/1 multiple time will initialize the native library multiple times, whereas ensure_loaded/1 does the same only on first encounter.

Comments