funcool

niwinz 2023-02-18T17:29:17.841549Z

I have started replacing websockets code on penpot project that was implemented with core.async with promesa CSP, and the error notion on channes makes the real difference \o/

4
niwinz 2023-02-18T17:30:16.941209Z

also, having the ability to just do blocking operations and don't need to use additional go blocks when they are just don't needed also make the code much simpler

niwinz 2023-02-18T17:31:18.215149Z

virtual threads was awesome as idea, buen when using them they make the difference on how you approach the implementation

niwinz 2023-02-18T17:33:04.676209Z

the postgresql JDBC driver is also becoming virtual threads friendly since 42.6 (not released yet, tested from snapshot) so, the main threadpool used for http requests on penpot will also be candidate to replace by virtual threads

👍 3