Skip to content

Instantly share code, notes, and snippets.

View horpto's full-sized avatar
💭
machine learning simpleton

horpto

💭
machine learning simpleton
  • Russia, St. Petersburg
  • 15:54 (UTC +03:00)
  • X @horpto
View GitHub Profile
package main
import (
"context"
"fmt"
"time"
)
// LongProcess refers to a long network request
func LongProcess(ctx context.Context, duration time.Duration, msg string) {