The Crystal programming language | http://crystal-lang.org | Fund Crystal's development: http://is.gd/X7PRtI | Docs: http://crystal-lang.org/docs/ | API: http://crystal-lang.org/api/
always_ordered
option that makes it use force ordered
, otherwise I'm gonna use naive w/ reset
fun numa_init
, but it's telling me can't find function numa_init (Exception)
Numa.init
instead of an ugly, C-like name
crystal_lib
seems to not like them
sudo dnf -y install openssl-devel
may do the trick for you - check https://github.com/crystal-lang/crystal/wiki/All-required-libraries#fedora for more packages than you actually need
static
. May it be something with inline
, instead?
daemonize.cr
. I'm not currently looking to write any daemons in crystal, but that's something that I'm likely to do. My comments were in response to questions brought up earlier by @watzon . What you have is a good start, and I think having that function available as a shard is better than individual programmers trying to figure it out.