Remove non-direct-call code from core worker (#7625)

This commit is contained in:
Edward Oakes
2020-03-22 19:20:08 -05:00
committed by GitHub
parent 81d311031b
commit 8b4f5a9431
13 changed files with 109 additions and 207 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ void Transport::SendInternal(std::shared_ptr<LocalMemoryBuffer> buffer,
RayFunction &function, int return_num,
std::vector<ObjectID> &return_ids) {
std::unordered_map<std::string, double> resources;
TaskOptions options{return_num, true, resources};
TaskOptions options{return_num, resources};
char meta_data[3] = {'R', 'A', 'W'};
std::shared_ptr<LocalMemoryBuffer> meta =