Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
lonng committed Sep 19, 2018
1 parent 18599ed commit ebdab22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ func (r *RemoteComponent) DemoHandler(s *session.Session, msg *pb.DemoMsg) error
}
```

The Nano will remain simple, but you can perform any operations in the component and get the desired goals. You can startup a group of `Nano` application as agent to dispatch message to backend servers.

#### How to execute the asynchronous task

```go
Expand All @@ -108,8 +110,6 @@ func (manager *PlayerManager) Login(s *session.Session, msg *ReqPlayerLogin) err
}
```

The Nano will remain simple, but you can perform any operations in the component and get the desired goals. You can startup a group of `Nano` application as agent to dispatch message to backend servers.

## Documents

- English
Expand Down

0 comments on commit ebdab22

Please sign in to comment.