package
1.21.12
Repository: https://github.com/aura-studio/boost.git
Documentation: pkg.go.dev

# Functions

Create wraps starts a coroutine up.
Resume continues a suspend ID, passing data in and out.
ResumeWithContext resumes a coroutine with context.
ResumeWithTimeout resumes a coroutine with timeout.
Start starts a coroutine.
Yield suspends a running coroutine, passing data in and out.
YieldWithContext suspends a running coroutine with context, passing data in and out.
YieldWithTimeout suspends a running coroutine with timeout, passing data in and out.

# Constants

CLOSED means coroutine not created or ended.
CREATED means coroutine is created and not started.
RUNNING means coroutine is started and running.
SUSPENDED means coroutine is started and yielded.

# Variables

No description provided by the author
No description provided by the author

# Structs

No description provided by the author

# Type aliases

No description provided by the author