| Package | Description |
|---|---|
| net.lecousin.framework.concurrent.util.production.simple |
Production model: a producer produces objects that are consumed by a consumer.
This allows asynchronous production and consumption. An example is a server task producing an output, and a consumer sending it over the network. |
| net.lecousin.framework.io.util |
Utility classes for IO.
|
| Class and Description |
|---|
| Consumer
Consume objects or data.
|
| Producer
Produce objects or data.
|
| Production
Production model: a producer produces objects that are consumed by a consumer.
This allows asynchronous production and consumption. An example is a server task producing an output, and a consumer sending it over the network. |
| Class and Description |
|---|
| Producer
Produce objects or data.
|
| Production
Production model: a producer produces objects that are consumed by a consumer.
This allows asynchronous production and consumption. An example is a server task producing an output, and a consumer sending it over the network. |
Copyright © 2019. All rights reserved.