|
Reduct
v4.1.3-1-gd06c383
A functional and immutable language.
|
Global state structure. More...
#include <core.h>
Data Fields | |
| int | argc |
| char ** | argv |
| reduct_handle_t | nil |
| reduct_module_global_t struct reduct * | threads |
| uint64_t | threadCount |
| reduct_atom_global_t | atom |
| reduct_native_global_t | native |
| reduct_item_global_t | item |
| reduct_gc_global_t | gc |
| reduct_schema_global_t | schema |
| reduct_optimize_global_t | optimize |
| reduct_task_global_t | task |
| reduct_handle_t reduct_global_t::nil |
| reduct_module_global_t struct reduct* reduct_global_t::threads |
| reduct_atom_global_t reduct_global_t::atom |
| reduct_native_global_t reduct_global_t::native |
| reduct_item_global_t reduct_global_t::item |
| reduct_gc_global_t reduct_global_t::gc |
| reduct_schema_global_t reduct_global_t::schema |
| reduct_optimize_global_t reduct_global_t::optimize |
| reduct_task_global_t reduct_global_t::task |