File Observable
Rocket.file — Functionfile(path::String)Creation operator for the SyncFileObservable with a given path.
See also: SyncFileObservable
Rocket.SyncFileObservable — TypeSyncFileObservable(path::String)File observable, which synchronously emits content of the file line by line as a String objects on subscription.
See also: file, Subscribable