* Felix Winkelmann <[email protected]> [140912 12:19]: > What is the intention behind a scheduler module? There is only one > procedure ("##sys#schedule"), which should definitely not be exported.
To hide all the other helper procedures and to be able to replace it with something else. As it is now ##sys#schedule is already available so I don't see any harm in this. Maybe we have different expectations about the modularisation of core? -- May you be peaceful, may you live in safety, may you be free from suffering, and may you live with ease. _______________________________________________ Chicken-hackers mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/chicken-hackers
