package neko.vm

Deque

Gc

Loader

Loaders can be used to dynamicly load Neko primitives stored in NDLL libraries.

LoaderHandle

The Neko object that implements the loader.

Lock

Module

A Neko Module represent a execution unit for the Neko Virtual Machine. Each compiled [.n] bytecode file is a module once loaded by the NekoVM.

ModuleHandle

The abstract Neko module handle.

Mutex

Thread

ThreadHandle

Tls

Ui