Subsystem Updates
Pre-release
Pre-release
- Get rid of
Worker
concept - Now, you should
add
on subsystem objects to run the overriden functionssetup
anddefault
- When you call
use
, it passes you the subsystem'sKey
. Thekey
can be used to restrict certain functions in the subsystem.