boxlang-async-tasks

Installation
SKILL.md

BoxLang Async & Scheduled Tasks

Overview

BoxLang provides first-class async support built on JRE 21 virtual threads and CompletableFuture. Key classes:

Class Package Purpose
BoxFuture<T> ortus.boxlang.runtime.async Extended CompletableFuture
AsyncService ortus.boxlang.runtime.services Executor and future factory
BaseScheduler ortus.boxlang.runtime.async.tasks Extend to create a scheduler
ScheduledTask ortus.boxlang.runtime.async.tasks Fluent scheduled task builder
BoxExecutor ortus.boxlang.runtime.async.executors Thead pool wrapper

AsyncService — Executor Factory

Installs
3
First Seen
Apr 15, 2026
boxlang-async-tasks — ortus-boxlang/skills