PurpleKingdomGames / tyrian

Elm-inspired Scala UI library.
https://tyrian.indigoengine.io/
MIT License
350 stars 26 forks source link

Sub timeout - remove unused F wrappers. #214

Closed diesalbla closed 1 year ago

diesalbla commented 1 year ago

The external F.delay wrappers was not useful in any way, since they were being immediately unwrapped in the body of task, so they have no effect but cost allocations.

Note that it is the function itself that delays the side effectful operations on dom.window in acquire.

davesmith00000 commented 1 year ago

Good morning @diesalbla! Looks like a CI fail, how are you building Tyrian locally?