Hacker News new | ask | show | jobs
by mind-blight 344 days ago
I actually tried to use this pattern to make an audio controller interface much nicer. If you get a long enough queue, you'll start to run into errors (I'm forgetting the exact message, but it was similar to a maximum recursion depth)
1 comments

This most likely happened because you had a queue operation which started another queue operation so a recursion was created which consumed every bit of memory it had available.