package neko.vm

..
Deque

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.

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

Tls

Ui

Core native User Interface support. This API uses native WIN32 API on Windows, Carbon API on OSX, and GTK2 on Linux.