Move robots into Go routines #13
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The goal for funzies is to move the robots into their separate Go routines (threads for the non-gophers). Not because it easy, but because it seems to be a hard and educational.
Time to figure out what works and what doesn't. Looking through
robots.go
it is going to be hard no matter what I try.