forked from M-Labs/artiq
devices/core: service RPC requests
This commit is contained in:
parent
bb4a992907
commit
4f0e40ca3c
|
@ -17,3 +17,4 @@ class Core:
|
||||||
|
|
||||||
binary = get_runtime_binary(self.runtime_env, stmts)
|
binary = get_runtime_binary(self.runtime_env, stmts)
|
||||||
self.core_com.run(binary)
|
self.core_com.run(binary)
|
||||||
|
self.core_com.serve(rpc_map)
|
||||||
|
|
Loading…
Reference in New Issue