Department for Informatics | Sitemap | LMU-Portal
Deutsch
  • Home
  • Future Students
  • Enrolled students
  • Teaching
  • Research
    • Publications
    • Projects
    • Partners
    • Technical Reports
    • Conferences, Workshops
  • People
  • Contact
  • Internal
  • COVID-19 special: online teaching

Publication Details

Changkun Ou
Scheduling Function Calls with Zero Allocation
In golang.design/research, Jan 26, 2021.
  GUI programming in Go is a little bit tricky. The infamous issue regarding interacting with the legacy GUI frameworks is that most of the graphics related APIs must be called from the main thread. This basically violates the concurrent nature of Go: A goroutine may be arbitrarily and randomly scheduled or rescheduled on different running threads, i.e., the same pice of code will be called from different threads over time, even without evolving the go keyword.
To top
– Impressum – Privacy policy – Contact  |  Last modified on 2007-02-05 by Richard Atterer (rev 1481)