native-loop-core
native-loop-core
scala.scalanative.loop
EventLoop
LibUV
LibUVConstants
Poll
Poll
RWResult
Timer
Timer
native-loop-core
/
scala.scalanative.loop
/
Poll
Poll
@inline
final
class
Poll
(
val
ptr:
Ptr
[
Byte
])
extends
AnyVal
Companion:
object
Graph
Supertypes
class
AnyVal
trait
Matchable
class
Any
Value members
Value members
Concrete methods
def
start
(
in:
Boolean
,
out:
Boolean
)(
callback:
RWResult
=>
Unit
):
Unit
def
startRead
(
callback:
Int
=>
Unit
):
Unit
def
startReadWrite
(
callback:
RWResult
=>
Unit
):
Unit
def
startWrite
(
callback:
Int
=>
Unit
):
Unit
def
stop
():
Unit
Concrete fields
val
ptr
:
Ptr
[
Byte
]