Theo M. Bulut

Results 66 comments of Theo M. Bulut

Marking this as a diagnostics problem.

Please send an email to `team [ta] bastion [t0d] rs` if you're interested

This is linked to #214 , if typed structs are passed as a handler. This will enable storing data in these structures with user's will. If that's not a feasible...

Proptests for children are added. #91

We are still thinking for a feasible and reliable implementation for HCS. Though it is a very hard to implement feature we had a basic design document before. Sharing here...

At the time when this project first established, I wanted to use process pid for addressing async closures. Then onwards, I see that people wants to address content and it...

I saw that too, we can get rid of that construct and leave redundancy to users directly in condition-controlled loops. I also don't like it in the current form, I...

Link concept in Erlang: * https://erlangbyexample.org/links * http://erlang.org/doc/reference_manual/processes.html#links Monitor concept in Erlang: * https://erlangbyexample.org/monitors * http://erlang.org/doc/reference_manual/processes.html#monitors This issue partially relates to (from most to least): #116 #118 #119

State API recently entered in #149 . @onsails is working on the mailbox preservation across restarts. That will enable `link` implementation for individual level. After that we can have link...

One more thing I just realized, we create one more type in `lightproc` level. Currenlty `RecoverableHandle` and `ProcHandle` is existing. Like the name says `RecoverableHandle` is recovering from panics. We...