package 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. |
| Lock | |
| Module | A Neko Module represent a execution unit for the Neko Virtual Machine.
Each compiled |
| ModuleHandle | The abstract Neko module handle. |
| Mutex | Creates a mutex, which can be used to acquire a temporary lock to access some ressource. The main difference with a lock is that a mutex must always be released by the owner thread. |
| Thread | |
| ThreadHandle | |
| Tls | Creates thread local storage. |
| Ui | Core native User Interface support. This API uses native WIN32 API on Windows, Carbon API on OSX, and GTK2 on Linux. |