Skip to content

Commit

Permalink
passivation works
Browse files Browse the repository at this point in the history
  • Loading branch information
rogeralsing committed Nov 5, 2020
1 parent a066070 commit 7778e12
Show file tree
Hide file tree
Showing 60 changed files with 39 additions and 1,954 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ func main() {

pid := rootContext.Spawn(props)
rootContext.Send(pid, "bar")
console.ReadLine()
_, _ = console.ReadLine()
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion _examples/cluster-metrics/shared/actors.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ type hello struct {
cluster.Grain
}

func (*hello) Terminate() {}
func (*hello) Terminate() {}

func (h *hello) SayHello(r *HelloRequest, ctx cluster.GrainContext) (*HelloResponse, error) {
return &HelloResponse{Message: "hello " + r.Name + " from " + h.ID()}, nil
Expand Down
13 changes: 0 additions & 13 deletions _examples/cluster/Makefile

This file was deleted.

11 changes: 0 additions & 11 deletions _examples/cluster/go.mod

This file was deleted.

206 changes: 0 additions & 206 deletions _examples/cluster/go.sum

This file was deleted.

68 changes: 0 additions & 68 deletions _examples/cluster/member/main.go

This file was deleted.

54 changes: 0 additions & 54 deletions _examples/cluster/seed/main.go

This file was deleted.

27 changes: 0 additions & 27 deletions _examples/cluster/shared/actors.go

This file was deleted.

2 changes: 0 additions & 2 deletions _examples/cluster/shared/build.bat

This file was deleted.

2 changes: 0 additions & 2 deletions _examples/cluster/shared/build.sh

This file was deleted.

Loading

0 comments on commit 7778e12

Please sign in to comment.