boxlang-core-dev-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

import ortus.boxlang.runtime.services.AsyncService;
Related skills

More from ortus-boxlang/skills

Installs
6
First Seen
Apr 21, 2026