mirror of
https://github.com/unclechu/gRPC-haskell.git
synced 2024-11-05 10:49:42 +01:00
Update README.md
This commit is contained in:
parent
f8bbe3abd2
commit
f3ecb06194
1 changed files with 5 additions and 0 deletions
|
@ -52,3 +52,8 @@ in pkgs.stdenv.mkDerivation rec
|
|||
];
|
||||
}
|
||||
```
|
||||
|
||||
Using the Library
|
||||
-----------------
|
||||
|
||||
You must compile with `-threaded`, because we rely on being able to execute Haskell while blocking on foreign calls to the gRPC library. If not using code generation, the recommended place to start is in the `Network.GRPC.HighLevel.Server.Unregistered` module, where `serverLoop` provides a handler loop.
|
||||
|
|
Loading…
Reference in a new issue