mikiya771 / tetris-CLI

this repo serve Tetris, the most famous game, on CLI
1 stars 0 forks source link

dispatcher.Dispatchによるループの危険性 #16

Open progfay opened 4 years ago

progfay commented 4 years ago

dispatcher.Dispatch で呼び出された callback 内で dispatcher.Dispatch を呼び出しているため、無限ループに陥る危険性がある。