Refactoring #3

Merged
itten merged 87 commits from refactoring into main 2026-09-01 23:52:36 +03:00
2 changed files with 0 additions and 4 deletions
Showing only changes of commit d329d493e3 - Show all commits
-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.