|
|
|
|
|
by brightball
1243 days ago
|
|
Unless code is exiting the BEAM itself, an infinite loop that bypasses yield points shouldn't be possible. Doing this at such a granular level is also one of the reasons that you can run a database that thousands of processes are accessing, within the same runtime, without a performance impact to the overall system. |
|