/- Copyright (c) 2025 Lean FRO, LLC. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Markus Himmel -/ import Grove.Framework open Grove.Framework Widget namespace GroveStdlib.Std.OperatingSystemAbstractions namespace AsynchronousIO end AsynchronousIO def asynchronousIO : Node := .section "asynchronous-io" "Asynchronous I/O" #[] end GroveStdlib.Std.OperatingSystemAbstractions