Simplify dispatch and block body logic. Eliminate Block type. Unify functions...
Simplify dispatch and block body logic. Eliminate Block type. Unify functions with and without a dispatch function. Now only generators need a closure for holding state since the dispatcher is in a loop instead of an inner function.
Showing
runtime/block.go
deleted
100644 → 0
Please register or sign in to comment