- Companion:
- object
- Source:
- JVMGopher.scala
Type members
Inherited types
Value members
Concrete methods
- Source:
- JVMGopher.scala
Inherited methods
Monad which control asynchronic execution. The main is scheduling: i.e. ability to submit monadic expression to scheduler and know that this monadic expression will be evaluated.
Monad which control asynchronic execution. The main is scheduling: i.e. ability to submit monadic expression to scheduler and know that this monadic expression will be evaluated.
- Inherited from:
- Gopher
- Source:
- Gopher.scala
Create channel where you can write only one element.
Create channel where you can write only one element.
- See also:
[gopher.Channel]
- Inherited from:
- Gopher
- Source:
- Gopher.scala
Create a select statement, which used for choosing one action from a set of potentially concurrent asynchronics events. [@see gopher.Select#apply
Create a select statement, which used for choosing one action from a set of potentially concurrent asynchronics events. [@see gopher.Select#apply
- Inherited from:
- Gopher
- Source:
- Gopher.scala