Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-28 | kernel: Improve contracts | Hans Bolinder | |
2017-12-19 | Redirect system_flag(scheduler_wall_time,_) to kernel_refc | Rickard Green | |
2017-12-01 | kernel: add a resource reference counter | Dan Gudmundsson | |
System resources/functionality may need to be reference counted to be handled correctly when used or enabled/disabled from more than one process or application. It is easier to handle this in erlang code than in erts, so make a process that deals with the housekeeping. |