When to use OTP vs 'bare' processes?

Correct me if I’m wrong, but some libraries require creation of non-OTP processes, such as HTTPoison's & HTTPotion’s support for streaming.

I was searching for a way to create an OTP-like process which will function well even if I make a receive loop & I found here @fishcakez’s Core library which he actually never used, but I will :laughing:

EDIT: Unfortunately the library is quite outdated, so I ended up using Task. :confused:

1 Like