25 if (inst.operand == 1) {
26 argsMaybe = pop_value(vm);
29 int tid = fun_thread_spawn(
fnv, argsMaybe, inst.operand == 1);
Tagged union representing a Fun value.
push_value(vm, make_int(tid))
Value make_nil(void)
Construct a nil Value.
Value make_int(int64_t v)
Construct a Value representing a 64-bit integer.