AshleyYakeley / Truth

Changes and Pinafore projects. Pull requests not accepted.
https://pinafore.info/
GNU General Public License v2.0
32 stars 0 forks source link

StoppableTask type etc. #280

Closed AshleyYakeley closed 2 weeks ago

AshleyYakeley commented 3 weeks ago
type StoppableTask +a;
subtype StoppableTask a <: Task (Maybe a);
stopTask: StoppableTask Any -> Action Unit;

etc.

AshleyYakeley commented 2 weeks ago

Done.