Fork me on GitHub
#funcool
<
2023-02-18
>
niwinz17:02:17

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/

partyparrot 8
niwinz17:02:16

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

niwinz17:02:18

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

niwinz17:02:04

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

👍 6