Source File
unimplemented.go
Belonging Package
github.com/tetratelabs/wazero/internal/fsapi
package fsapiimport experimentalsysfunc ( experimentalsys.File) File {if , := .(File); {return}return unimplementedFile{}}type unimplementedFile struct{ experimentalsys.File }// IsNonblock implements File.IsNonblockfunc (unimplementedFile) () bool {return false}// SetNonblock implements File.SetNonblockfunc (unimplementedFile) (bool) experimentalsys.Errno {return experimentalsys.ENOSYS}// Poll implements File.Pollfunc (unimplementedFile) (Pflag, int32) ( bool, experimentalsys.Errno) {return false, experimentalsys.ENOSYS}
![]() |
The pages are generated with Golds v0.8.2. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |