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

Add support for sending functions and methods? #17

Open
nickeubank opened this issue Mar 21, 2019 · 1 comment
Open

Add support for sending functions and methods? #17

nickeubank opened this issue Mar 21, 2019 · 1 comment

Comments

@nickeubank
Copy link

while I recognize there are work arounds (put function def in a file, run @everywhere include("file.jl"); wrap the function def in an @everywhere begin ... end), seems like there should be an easy way to send a custom function.

It looks like it can be done, just takes a handful of code -- perfect fit for a syntactic sugar package like this?

@ChrisRackauckas
Copy link
Owner

Yeah, that's a good function to include here.

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

No branches or pull requests

2 participants