Group: Herd
7.Ceylon Chayote Various Utility Functions and Classes1 usages
herd » chayote Apache
Various utility classes and methods for Ceylon. These are intended to all be written in native Ceylon,
with no dependency on JDK-specific modules.
Last Release on Feb 13, 2021
12.Concurrency
herd » concurrency
This module provides ways to execute conncurrent operations easily without meddling with the `Thread` class and `Runnable` interface from Java.
# Executing concurrent code via `Dispatch`:
```ceylon
Dispatch.run(() => print("Hello world!"));
```
# ...
Last Release on Feb 13, 2021
