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
|
|
@ -34,6 +34,7 @@ func (wp *SimpleRRWorkerPool) Register(worker Worker) error {
|
|||
wp.Lock()
|
||||
defer wp.Unlock()
|
||||
wp.workers = append(wp.workers, worker)
|
||||
return nil
|
||||
}
|
||||
|
||||
func (wp *SimpleRRWorkerPool) Schedule(work *ray_rpc.Work) error {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue