-
-
Notifications
You must be signed in to change notification settings - Fork 164
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
Add compatibility for the bun runtime version of Worker #479
Comments
This would be a killer addition to this library. Shouldn't need |
can someone help me trouble shoot this java code Tetris JS “Cp prompt” (Hello world) // Define the canvas element and its dimensions // Define the Tetris game board dimensions // Initialize the game board with empty cells // Draw the game board and the current shape // Draw the game board // Draw the current shape // Move the current shape down by one row // Check if the shape can move down // Move the current shape left by one column // Check if the shape can move left // Move the current shape right by one column // Check if the shape can move right // Rotate the current shape clockwise by 90 degrees // Check if the rotated shape collides with the board // Spawn a new random shape at the top of screen Highest Pixel x122 “Cp Prompt" |
First, I want to say your library has worked incredibly well for my projects. Thank you!
With the 7.0 release of bun, it now includes Worker for doing work in other threads. More info here: https://bun.sh/blog/bun-v0.7.0#concurrency-with-worker
What is the level of effort to have threads recognize this runtime and offer the worker pool logic? This will be a valuable runtime and worthwhile to support. I'm happy to help in any way I can so please let me know what I can do.
The text was updated successfully, but these errors were encountered: