gopher
Type members
Classlikes
- Companion
- object
ReadChannel: Interface providing reading API.
ReadChannel: Interface providing reading API.
- Companion
- object
Organize waiting for read/write from multiple async channels
Organize waiting for read/write from multiple async channels
Gopher[F] provide a function select
of this type.
Helper namespace for Select.Fold return value
Helper namespace for Select.Fold return value
- See also
[Select.fold]
Result of select.forever
: apply method accept partial pseudofunction which evalueated forever.
Result of select.forever
: apply method accept partial pseudofunction which evalueated forever.
Select group is a virtual 'lock' object. Readers and writers are grouped into select groups. When event about avaiability to read or to write is arrived and no current event group members is running, than run of one of the members is triggered. I.e. only one from group can run.
Select group is a virtual 'lock' object. Readers and writers are grouped into select groups. When event about avaiability to read or to write is arrived and no current event group members is running, than run of one of the members is triggered. I.e. only one from group can run.
Note, that application develeper usually not work with SelectGroup
directly,
it is created internally by select
pseudostatement.
- See also
[gopher.Select]
[gopher.select]
Shared gopehr api, which is initialized by platofrm part, Primary used for cross-platforming test, you shoul initialize one of platform API behind and then run tests.
Shared gopehr api, which is initialized by platofrm part, Primary used for cross-platforming test, you shoul initialize one of platform API behind and then run tests.
Time API, simular to one in golang standard library.
Time API, simular to one in golang standard library.
- See also
gopherApi#time
- Companion
- object
Channel, where messages can be exprited.
Channel, where messages can be exprited.