neko.vm

..
Deque

A message queue for multithread access.

Gc

Neko garbage collector utility.

Loader

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

LoaderHandle

The Neko object that implements the loader.

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.

Thread

ThreadHandle

Tls

Creates thread local storage.