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

Go Routines within Tengo #335

Open
jvegaseg opened this issue May 24, 2021 · 1 comment
Open

Go Routines within Tengo #335

jvegaseg opened this issue May 24, 2021 · 1 comment

Comments

@jvegaseg
Copy link

Hello, first of all, congratulations for Tengo, it is a great work!!!

I am trying to evaluate if Tengo could reach my needs and I need an answer to this question:

Is there a way to launch go routines within Tengo?

What I need is:

1.- Within a Tengo function, call a function in GO in order to make some HTTP requests and returning the results to Tengo and execute a Tengo function in order to process the results.
2.- Tengo program should be running doing other things while HTTP requests are running.
3.- Could be several HTTP requests at same time.

Is that possible?
If yes, please, show me guidelines in order to achieve it.

Regards,

@geseq
Copy link
Collaborator

geseq commented May 24, 2021

No, I don't think you can do this. @d5 ?

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