feat: add unlinked-spawn to the C and Zig APIs

This commit is contained in:
CJ van den Berg 2026-03-07 17:40:24 +01:00
parent 87c4a6f32c
commit e90009074a
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
3 changed files with 51 additions and 0 deletions

View file

@ -28,6 +28,9 @@ thespian_handle thespian_self();
int thespian_spawn_link(thespian_behaviour, thespian_behaviour_state,
const char *name, thespian_env, thespian_handle *);
int thespian_spawn(thespian_behaviour, thespian_behaviour_state,
const char *name, thespian_env, thespian_handle *);
#ifdef __cplusplus
}
#endif