obsolete read method removed

This commit is contained in:
Dmitry Sergeev
2026-08-26 23:00:16 +03:00
parent 7c0709cf58
commit d329d493e3
2 changed files with 0 additions and 4 deletions
-4
View File
@@ -101,10 +101,6 @@ func (s *Source) Close() error {
return s.inst.Close() return s.inst.Close()
} }
func (s *Source) Next(timeout time.Duration) (Frame, error) {
return s.NextCtx(context.Background(), timeout)
}
func (s *Source) NextCtx(ctx context.Context, timeout time.Duration) (Frame, error) { func (s *Source) NextCtx(ctx context.Context, timeout time.Duration) (Frame, error) {
for { for {
select { select {
Executable
BIN
View File
Binary file not shown.