#tasky — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #tasky, aggregated by home.social.
-
The next set of features I want to add to my event-engine for DLang, Eventy, are now all set out - what would have been very easy to do in C (signals etc.) is a little harder in D as such bindings do not exist - however - one can bring them in using ImportC!
In any case, both the ideas and implementation details are now all layed out. Adding promises with await() and then() functionality. The former which will actually make finally implementing my network-scheduler #Tasky a lot easier.
http://deavmi.assigned.network/blog/new_eventy_goals/
#dlang #eventy #eventdriven -
Just finished re-working some of #Eventy now to make it work better for #Tasky. I am glad how it turned out as my event-engine is still generalized in this fashion and to be quite honest a lot neater now too due to this update.
I'm going to probably spend the next few days working on tidying it up, pushing a new version, integrating it with #Tasky and then pushing some of that stuff out.
I do however think it will be a good time to start writing some documentation for the former, that'd be nice.
A nice thing too is that the unittests passed, so I'm happy about that! -