arsd-official ~master (2024-10-25T16:17:57Z)
Dub
Repo
removeListener
arsd
eventloop
Removes an event listener. Returns true if the event was actually found.
version(linux)
bool
removeListener
(
T
)
(
T
t
)
if
(
isValidEventListener
!
T
)
Meta
Source
See Implementation
arsd
eventloop
enums
FileEvents
functions
addFileEventListeners
addFileToLoop
addListener
addOnIdle
clearTimeout
exit
loop
openNewEventPipes
removeFileEventListeners
removeListener
removeOnIdle
send
sendSync
setInterval
setTimeout
structs
FileError
FileEventDispatcher
FileHup
FileReadyToRead
FileReadyToWrite
TimerHandle
templates
isValidEventListener
Removes an event listener. Returns true if the event was actually found.