SelectGroup
gopher.SelectGroup
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.
Attributes
- See also:
[gopher.Select]
[gopher.select]
- Source:
- SelectGroup.scala
- Graph
- Supertypes
- Self type