-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Description
Stream position manipulation and query functions
There are no stream positions in Shen. Desired functionality:
- go to the beginning of the stream
- go to the end of the stream
- go to an arbitrary position in the stream (relative to beginning, end or current position in stream)
- query the current position in the stream
Current implementations
TODO: add others