SynchronousStreamScope
type SynchronousStreamScope struct {
// contains filtered or unexported fields
}
SynchronousStreamScope is a `clika_rt_synchronous_stream_scope*` handle (single-owner-close).
Methods
Close
func (h *SynchronousStreamScope) Close()
Close exits the scope and frees the handle; safe to call twice.