Content tagged worker

Similar Tags

Report Tag

13 usages of this tag
16
This content is deleted
Blog Post
The architecture of the Construct 3 runtime
4 favourites

The new runtime has been completely rearchitectured. It's forwards-looking to the next years of the web platform. Here are some of the ways it's fundamentally d...

3
  • 2.3K visits
  • 3K views
This content is deleted
Blog Post
Why do events only run on one core?
2 favourites

Recently on the forum it's been asked several times why Construct 2 only runs events on one CPU core. I'm not sure why it's suddenly become a hot topic, but I w...

2
  • 3.4K visits
  • 4.7K views
This content is deleted
Blog Post
Why JavaScript needs cross-heap collection
0 favourites

Web Workers allow a page to create multiple Javascript contexts which run in parallel to each other. This is great for performance and an important way to avoid...

  • 3 replies
  • 703 views
0 favourites

I've read the relevant docs. Found the APIs at the instance side, but how's the other side look like? Where and how's PostToRuntimeAsync (and probably PostToRun...

posted 5 years ago
  • 2 replies
  • 882 views
This content is deleted
Forum Topic
Plugin with external files and worker-support
0 favourites

Is there any documentation about how can I add external JS files/libs to the plugin with worker-support? I would like to make my plugins workers-ready. I have a...

  • 0 replies
  • 303 views
This content is deleted
Forum Topic
How to use Auto font size with form controls?
0 favourites

I'm developing a plugin to create a div element where drag and drop files. I'm using SDKDOMINSTANCEBASE/SDKDOMPLUGINBASE interfaces. I want to reproduce the "au...

posted 5 years ago
  • 5 replies
  • 720 views
This content is deleted
Forum Topic
PostToRuntime(handler, data)
0 favourites

Is the PostToRuntime(handler, data) an official SDK method, I can't seem to find it in the SDK and it is the method that best suits my addons. I can only find P...

posted 3 years ago
  • 4 replies
  • 528 views
This content is deleted
Forum Topic
Worker mode question regarding synchronous methods
0 favourites

There seem to be some SDKs that don't support worker threads, like Photon Cloud's SDK . Here are some sample methods: SDK.Prototype.IsConnected. SDK.Prototype.I...

posted 3 years ago
  • 6 replies
  • 797 views
This content is deleted
Forum Topic
How do I use/mimic multi-threading?
0 favourites

I need to plot a sine wave at high speeds. I used the value from a Sine behavior, but sometimes it Is'nt consistent and the wave is messed up for a few frames t...

posted 3 years ago
  • 4 replies
  • 569 views
This content is deleted
Forum Topic
Confused about Spine plugin
0 favourites

So, I have a plugin called "Spine" and I ran SpinePluginTest project, which can be found here (it's called Sample Project): And it worked perfectly fine. Constr...

posted 3 years ago

Similar Tags