scheduler: Implement spawning of nested tasks

This commit is contained in:
2026-06-04 13:32:12 +02:00
parent aec8ff5154
commit 1f5e185bec
2 changed files with 164 additions and 30 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ const Scheduler = @import("scheduler.zig");
const Network = @import("network.zig");
const Node = @import("node.zig");
pub const EntryPoint = Scheduler.EntryPoint;
pub const EntryPoint = Scheduler.MainEntryPoint;
const SpawnOptions = struct {
stack_size: usize = 64 * 1024,