Change from 'spawner' to 'supervisor' in rust_task, and add an unsupervise call.
This commit is contained in:
@@ -86,6 +86,11 @@ gc(rust_task *task) {
|
||||
task->gc(1);
|
||||
}
|
||||
|
||||
extern "C" CDECL void
|
||||
unsupervise(rust_task *task) {
|
||||
task->unsupervise();
|
||||
}
|
||||
|
||||
extern "C" CDECL rust_vec*
|
||||
vec_alloc(rust_task *task, type_desc *t, size_t n_elts)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user