lfex / py

Distributed Python for the Erlang Ecosystem
220 stars 13 forks source link

Only enable process statistics if a scheduler needs them #44

Open oubiwann opened 9 years ago

oubiwann commented 9 years ago

If we go with behaviours in issue #43, this will just be the setup function implemented for schedulers that need stats (and a noop for those that don't).

If behaviours are not used, this will require some potentially awkward configuration, etc.