feat: add unlinked-spawn to the C and Zig APIs
This commit is contained in:
parent
87c4a6f32c
commit
e90009074a
3 changed files with 51 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue