Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose this_locality::apply<act>(p1, p2); for local execution #636

Closed
hkaiser opened this issue Dec 16, 2012 · 3 comments
Closed

Expose this_locality::apply<act>(p1, p2); for local execution #636

hkaiser opened this issue Dec 16, 2012 · 3 comments
Assignees
Milestone

Comments

@hkaiser
Copy link
Member

hkaiser commented Dec 16, 2012

Vicente Escriba suggested to add

this_locality::apply<act>(p1, p2);

in addition to

apply<act>(find_here(), p1, p2);

for brevity. What a nice idea!

@ghost ghost assigned hkaiser Dec 16, 2012
@K-ballo
Copy link
Member

K-ballo commented Sep 22, 2013

If going for brevity, it may be better to choose:

here::apply<act>(p1, p2);

@sithhell
Copy link
Member

What's the status of this? Do we still plan to implement this?

@hkaiser
Copy link
Member Author

hkaiser commented Mar 15, 2014

After some discussions on IRC we decided against implementing this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants