Skip to content

Stdio

[Source]

actor tag Stdio is
  Channel tag

Implements


Constructors

create

[Source]

new tag create(
  out': OutStream tag,
  stdin': InputStream tag)
: Stdio tag^

Parameters

Returns


Public fields

let out: OutStream tag

[Source]


let stdin: InputStream tag

[Source]


Public Behaviours

set_notifier

[Source]

be set_notifier(
  notifier: Notifier tag)

Parameters


send

[Source]

be send(
  msg: Message val)

Parameters


log

[Source]

Log data to the editor via window/logMessage

be log(
  data: String val,
  message_type: (Err val | Warning val | Info val | 
    Log val | Debug val) = reference)

Parameters


dispose

[Source]

be dispose()