Package | Description |
---|---|
bayou.async |
Async programming model.
|
bayou.bytes |
Async byte source/sink.
|
bayou.file |
Utilities for files.
|
bayou.form |
Html form handling.
|
bayou.gzip |
GZIP related utils.
|
bayou.http |
Http server.
|
bayou.mime |
MIME related utilities.
|
bayou.ssl |
SSL support.
|
bayou.tcp |
Non-blocking TCP server.
|
bayou.text |
Utilities for texts.
|
bayou.util |
Miscellaneous types and utilities.
|
bayou.websocket |
WebSocket server.
|
Class and Description |
---|
Async
Represents an async action that eventually completes with a
Result<T> . |
AsyncBundle
Bundles multiple parallel
Async<T> tasks as one Async<R> action. |
AsyncIterator
An iterator that yields elements asynchronously.
|
Fiber
An analogue of java.lang.Thread for async tasks.
|
Class and Description |
---|
Async
Represents an async action that eventually completes with a
Result<T> . |
Class and Description |
---|
Async
Represents an async action that eventually completes with a
Result<T> . |
Class and Description |
---|
Async
Represents an async action that eventually completes with a
Result<T> . |
Class and Description |
---|
Async
Represents an async action that eventually completes with a
Result<T> . |
Class and Description |
---|
Async
Represents an async action that eventually completes with a
Result<T> . |
AutoAsync
To make a type also as an `Async` type.
|
Class and Description |
---|
Async
Represents an async action that eventually completes with a
Result<T> . |
Class and Description |
---|
Async
Represents an async action that eventually completes with a
Result<T> . |
Class and Description |
---|
Async
Represents an async action that eventually completes with a
Result<T> . |
Class and Description |
---|
Async
Represents an async action that eventually completes with a
Result<T> . |
Class and Description |
---|
Async
Represents an async action that eventually completes with a
Result<T> . |
Class and Description |
---|
Async
Represents an async action that eventually completes with a
Result<T> . |
AutoAsync
To make a type also as an `Async` type.
|