hermetically seal everything, bring it up to date
This commit is contained in:
parent
efd3d65269
commit
03beb6970c
12 changed files with 723 additions and 77 deletions
|
|
@ -58,7 +58,7 @@ func (r *Raylet) Workstream(conn WorkstreamConnection) error {
|
|||
worker := &SimpleWorker{
|
||||
workChan: make(chan *ray_rpc.Work),
|
||||
clientConn: conn,
|
||||
pool: wp,
|
||||
pool: r.Workers,
|
||||
}
|
||||
r.Workers.Register(worker)
|
||||
err := worker.Run()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue