bio icon indicating copy to clipboard operation
bio copied to clipboard

Shutdown hooks

Open benjiqq opened this issue 1 year ago • 1 comments

trivial solution, maybe quit should call some rundown routines https://github.com/benjiqq/bio/blob/quit/src/interpreter.zig#L577

benjiqq avatar Jul 26 '23 22:07 benjiqq

After DM discussions: this is about graceful shutdown of servers and such. This would likely need to tie into OS signal handling.

cryptocode avatar Jul 27 '23 16:07 cryptocode