Co-Authored-By: Claude Sonnet 5 <[email protected]> Claude-Session: https://claude.ai/code/session_01JoVmf2fWvcpoXndcDSwRf7
5 lines
164 B
Plaintext
5 lines
164 B
Plaintext
# Lifecycle vs SmartLifecycle: who starts at refresh()?
|
|
|
|
after refresh() : events=[] isRunning=false
|
|
after start() : events=[PlainLifecycle.start] isRunning=true
|