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

Threads 0.9.2 #1

Merged
merged 1 commit into from
Apr 2, 2015
Merged

Threads 0.9.2 #1

merged 1 commit into from
Apr 2, 2015

Conversation

pablomayobre
Copy link
Collaborator

There were errors in Channel:push and Channel:supply, arguments were swapped with return values

Added Thread:isRunning which was incorporated in 0.9.0

Changed the love.thread.newThead function, since the name argument is now deprecated, and the initialization metods changed, now it supports filename, fileData and codestring, before it supported filename, File and Data

There is just one thing missing for this module, Thread:start supports arguments that are passed to the Thread though the vararg variable (...)

There were errors in `Channel:push` and `Channel:supply`, arguments were swapped with return values

Added `Thread:isRunning` which was incorporated in 0.9.0

Changed the `love.thread.newThead` function, since the name is now deprecated, and the initialization metods changed, now it supports `filename`, `fileData` and `codestring`,  before it supported `filename`, `File` and `Data`

There is just one thing missing for this module, `Thread:start` supports arguments that are passed to the `Thread` though the vararg variable (`...`)
rm-code added a commit that referenced this pull request Apr 2, 2015
@rm-code rm-code merged commit fbe0254 into love2d-community:develop Apr 2, 2015
@rm-code
Copy link
Collaborator

rm-code commented Apr 2, 2015

Thank you!

rm-code pushed a commit that referenced this pull request Jul 28, 2018
rm-code pushed a commit that referenced this pull request Jul 28, 2018
Merge pull request #1 from daviel/gh-pages
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

Successfully merging this pull request may close these issues.

None yet

2 participants