#MultiplatformContainer
1 messages · Page 1 of 1 (latest)
mmmm i don't know about either of those options - ideally, a user should be able to use a Container and not have to worry about whether it's single/multi platform
- if you sometimes can't call
stdout, that's quite tricky - if you sometimes get multiple copies of output, that's also difficult to navigate
another option could be to modify the api as @languid tree suggested, with platform args to those funcs, and default to the "main" one - but combine that with the interface idea