Sasha Koshka sashakoshka
  • Manehattan MAS hub
  • https://holanet.xyz
  • Sasha Koshka is the name I go by online. E-mail me if you have questions about that or about my projects in general.

  • Joined on 2022-08-07
sashakoshka pushed to main at sashakoshka/goutil 2024-12-04 18:03:26 -07:00
c6f54927b0 sync: Add Locker type
0f9d8fb102 sync: Select, Combine work with more channel types
Compare 2 commits »
sashakoshka pushed to main at sashakoshka/goutil 2024-12-02 12:34:59 -07:00
09aa19e7c1 sync: Add Select, Combine
sashakoshka released v0.1.1 at sashakoshka/go-cli 2024-11-30 20:28:11 -07:00
sashakoshka pushed tag v0.1.1 to sashakoshka/go-cli 2024-11-30 20:28:09 -07:00
sashakoshka pushed to main at sashakoshka/go-cli 2024-11-30 20:23:17 -07:00
d6e397cc10 Add godoc badge
747049b503 Add license
Compare 2 commits »
sashakoshka released v0.1.0 at sashakoshka/go-cli 2024-11-30 20:15:32 -07:00
sashakoshka pushed tag v0.1.0 to sashakoshka/go-cli 2024-11-30 20:15:30 -07:00
sashakoshka pushed to main at sashakoshka/go-cli 2024-11-30 20:14:57 -07:00
41c9bca3fc Downgrade to Go v1.19.0
sashakoshka created branch main in sashakoshka/go-cli 2024-11-30 20:13:05 -07:00
sashakoshka pushed to main at sashakoshka/go-cli 2024-11-30 20:13:05 -07:00
20c6ac26c5 Initial commit
sashakoshka created repository sashakoshka/go-cli 2024-11-30 20:09:37 -07:00
sashakoshka pushed to main at sashakoshka/go-service 2024-11-19 15:21:38 -07:00
9aa7097eef routines: Manager handles errors far better now
sashakoshka pushed tag v0.5.0 to sashakoshka/goutil 2024-11-11 09:42:23 -07:00
sashakoshka released v0.5.0 at sashakoshka/goutil 2024-11-11 09:42:23 -07:00
sashakoshka pushed to main at sashakoshka/goutil 2024-11-11 09:39:19 -07:00
9fd40a37b8 sync: Don't panic on double close of Gate, return error instead
709f41a974 sync: Add a Reset method to Gate which re-opens it.
Compare 2 commits »
sashakoshka pushed to main at sashakoshka/go-service 2024-11-05 14:21:26 -07:00
55904642d0 routines: Fix routines never restarting
sashakoshka released v0.1.0 at sashakoshka/go-service 2024-11-03 22:08:09 -07:00
sashakoshka pushed tag v0.1.0 to sashakoshka/go-service 2024-11-03 22:08:08 -07:00
sashakoshka pushed to main at sashakoshka/go-service 2024-11-03 21:26:41 -07:00
9425f1b3a9 examples/routines: Add routines example
ba7983c375 routines: RestartDeadline defaults to 32 seconds
Compare 2 commits »
sashakoshka pushed to main at sashakoshka/go-service 2024-11-03 15:21:47 -07:00
816c3e1fc3 routines: Add system for routine initialization