Attributes
- Companion
- object
- Source
- JSGopher.scala
- Graph
-
- Supertypes
Members list
Type members
Inherited types
Attributes
- Inherited from:
- Gopher
- Source
- Gopher.scala
Value members
Concrete methods
Attributes
- Source
- JSGopher.scala
Create Read/Write channel.
Create Read/Write channel.
Value parameters
- autoClose
-
- close after first message was written to channel.
- bufSize
-
- size of buffer. If it is zero, the channel is unbuffered. (i.e. writer is blocked until reader start processing).
Attributes
- See also
-
[gopher.Channel]
- Source
- JSGopher.scala
set logging function, which output internal diagnostics and errors from spawned processes.
set logging function, which output internal diagnostics and errors from spawned processes.
Attributes
- Source
- JSGopher.scala
Attributes
- Source
- JSGopher.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.
Attributes
- Inherited from:
- Gopher
- Source
- Gopher.scala
Attributes
- Inherited from:
- Gopher
- Source
- Gopher.scala
Create channel where you can write only one element.
Create channel where you can write only one element.
Attributes
- 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
Attributes
- Inherited from:
- Gopher
- Source
- Gopher.scala
Concrete fields
get an object with time operations.