mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 12:15:09 -05:00
chore: Integrate concrete-compiler to the mono-repo
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#include <concretelang/ServerLib/ServerLambda.h>
|
||||
|
||||
void answer_client(MyConnection conn) {
|
||||
std::istream from_client = conn.istream();
|
||||
std::ostream to_client = conn.ostream();
|
||||
auto err = serverLambda.read_call_write(serverInput, serverOutput);
|
||||
if (err) {
|
||||
throw MyException();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user