Jump to content

Recommended Posts

Posted

I've got 4 infinite loops, each in one fucntion. When I'm trying to run them with

call("f1")
call("f2")
call("f3")
call("f4")

only first function is running, other seem to be inactive. How can I solve this?

Posted

Actually there have been some attempts at this.

Use the search function :)

I prefer to just say it doesn't exist. Only those that actually need it will know how to implement it properly, everyone else probably just need to rethink their current code.

Posted

I prefer to just say it doesn't exist. Only those that actually need it will know how to implement it properly, everyone else probably just need to rethink their current code.

I guess so, however if it is important then the OP will have three choices:

  • Use a different language
  • Use a different code base
  • Learn to implement the multi-threading code

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...