thread

package
v0.6.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 16, 2026 License: EPL-1.0 Imports: 5 Imported by: 0

Documentation

Overview

Package thread exposes JVM-faithful java.lang.Thread equivalents for code running on glojure. Only the static methods whose semantics map cleanly onto Go's runtime are registered here; instance methods (start, join, interrupt, ...) would require a synthetic per-goroutine identity layer and are out of scope for now.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Sleep

func Sleep(args ...any) any

Sleep mirrors java.lang.Thread.sleep. Accepts (millis) or (millis, nanos); both arguments are coerced from any int-like value glojure may pass.

Types

type Thread

type Thread struct{}

Thread is the placeholder type registered as java.lang.Thread's reflect.Type. We don't expose Thread instances yet (only static sleep), so the value just makes (ns-imports *ns*) include the auto-imported class.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL