|
|
|
|
|
by TickleSteve
540 days ago
|
|
"OS" in this context means "scheduler", i.e the code that coordinates your application tasks.
That description can also apply to VMs such as JS, hence the comparison. You could consider this type of library OS even more tightly bound to the application than your typical JS app as its actually linked to the user code. |
|