ylliX - Online Advertising Network

YouTube’s full screen video player gets a new interface

YouTube is making a number of new features and improvements. Just recently, we noted the possibility it will let users loop video chapters. YouTube would also be focusing on user-generated content. There’s that Android TV version finally getting a better playlist UI. A new interface is now ready for the mobile app version. Specifically, the […]

Synchronous functions can support cancellation too

Cancellation is a Swift concurrency feature, but this doesn’t mean it’s only available in async functions. Synchronous functions can also support cancellation, and by doing so they’ll become better concurrency citizens when called from async code. Supporting cancellation makes sense for functions that can block for significant amounts of time (say, more than a few […]