tabularelf / gamemaker-kitchen

MIT License
6 stars 9 forks source link

Submission: Multiprocessing #124

Closed tabularelf closed 3 weeks ago

tabularelf commented 3 months ago

What kind of resource is this?

Library

If other was selected, what is it?

No response

Logo

No response

Description

An implemention of multiprocessing with a focus on simplicity

Authors

c_red

Link to your resource

https://github.com/tinkerer-red/MultiProcessing

Tags

multiple processes

Post

Multiprocessing!

An implementation of multiprocessing with a focus on simplicity.

Want multithreading?

Well this isnt that.

This is not multithreading, but instead it launches an additional process of the same game quietly and executes the function with the supplied arguments on a subprocess.

The subprocess will not have access to any variables or data structures as the main process so be sure to send that information as an argument.

What versions does your resource support?

What platforms has this been tested on?