Package | Description |
---|---|
teetime.framework.pipe |
Contains all pipes related classes, such as factories and pre-defined pipes.
|
teetime.framework.scheduling | |
teetime.framework.scheduling.globaltaskpool |
Modifier and Type | Class and Description |
---|---|
class |
ReflexivePipe<T>
Represents an unsynchronized pipe with a capacity of 1.
|
class |
UnsynchedPipe<T> |
Modifier and Type | Method and Description |
---|---|
void |
PipeScheduler.onElementAdded(AbstractUnsynchedPipe<?> pipe)
This event is invoked by the given unsynchronized pipe whenever a new element was added to it.
|
Modifier and Type | Method and Description |
---|---|
void |
GlobalTaskPoolScheduling.onElementAdded(AbstractUnsynchedPipe<?> pipe) |
Copyright © 2015–2020. All rights reserved.