Skip to content

Instantly share code, notes, and snippets.

View dacz's full-sized avatar

David Cizek dacz

View GitHub Profile

Keybase proof

I hereby claim:

  • I am dacz on github.
  • I am dacz (https://keybase.io/dacz) on keybase.
  • I have a public key ASD1M50QE_RPgoJ3qNg7c9gZMxuv1iGdwvB9sfDXgR8tgAo

To claim this, I am signing this object:

@dacz
dacz / main.go
Created May 13, 2020 08:40
actor model in go
package main
import (
"fmt"
"sync"
)
type Runner struct {
taskchan chan func() // channel for work serialization
val string // some internal state (which we want to access for RW)
@dacz
dacz / empty yaml schema
Created February 6, 2023 21:46
to overcome not working github workflow schame
{}