syscall


Package info
Description

This library provides a unified interface for environments that are allowed to do syscalls

Readme
# syscalls This library provides a unified interface for environments that are allowed to do syscalls. The main type class is used in `linux`, `posix`, and `windows` to constrain the environments with which syscalls can be performed. ## Licence The package is licensed under the BSD-2-Clause license; for details, see the [LICENSE](/LICENSE) file.
Changelog
# Changelog #### 1.0.2 - Fix: default implementation of `appWorld`. #### 1.0.1 - Enhancement: Allow the function arguments for accWorld and appWorld to be unique also. ## 1.0.0 - Initial version
Versions