Open harendra-kumar opened 11 months ago
Another alternative is to export the specific options from the common module and make them ineffective on the platform on which they do not apply. This will be more convenient to use but this lead to confusion as the code reader might think it is doing something.
Or we could prefix the posix and windows APIs with explicit posix, win32 prefixes.
To expose the Posix and Windows specific behavior.