aboutsummaryrefslogtreecommitdiffstats
path: root/lib/kernel/src/kernel_refc.erl
AgeCommit message (Collapse)Author
2017-12-19Redirect system_flag(scheduler_wall_time,_) to kernel_refcRickard Green
2017-12-01kernel: add a resource reference counterDan 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.