A purely functional library to develop distributed and event driven systems
People
Repo info
Activity
Roman Pleshkov
@dmgcodevil
test
Andriy Onyshchuk
@andyglow
test
Francisco Arámburo
@FrancoAra
test
Rohan Sircar
@rohan-sircar
From the examples it seems like parapet processes are untyped. Is that correct?
Roman Pleshkov
@dmgcodevil
@rohan-sircar what do you untyped?
@FrancoAra all tests passed
Rohan Sircar
@rohan-sircar
@dmgcodevil In the sense of typed vs untyped actors.
Roman Pleshkov
@dmgcodevil
@rohan-sircar well, all actors untyped. if you mean what type of events/messages it can receive. parapet processes are parameterized with an effect type. you basically abstract over underlying effect type