Show More
@@ -136,7 +136,7 b' class View(object):' | |||
|
136 | 136 | """ |
|
137 | 137 | return self.client.apply(f, args, kwargs, block=False, targets=self.targets, bound=True) |
|
138 | 138 | |
|
139 |
|
|
|
139 | @spin_after | |
|
140 | 140 | @save_ids |
|
141 | 141 | def apply_sync_bound(self, f, *args, **kwargs): |
|
142 | 142 | """calls f(*args, **kwargs) bound to engine namespace(s), waiting for the result. |
General Comments 0
You need to be logged in to leave comments.
Login now